Skip to content

Commit

Permalink
Merge pull request XX-net#3724 from yeahwu/master
Browse files Browse the repository at this point in the history
release 3.2.3,Chinese support on  Mac OS
  • Loading branch information
yeahwu authored Jun 27, 2016
2 parents d441279 + 3b441c9 commit caf31bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion code/default/download.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## 下载(Download):
测试版(Test):
https://codeload.github.com/XX-net/XX-Net/zip/3.2.2
https://codeload.github.com/XX-net/XX-Net/zip/3.2.3

稳定版(Stable):
https://codeload.github.com/XX-net/XX-Net/zip/3.1.19
Expand Down
4 changes: 2 additions & 2 deletions code/default/launcher/update_from_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def overwrite(xxnet_version, xxnet_unzip_path):
for root, subdirs, files in os.walk(xxnet_unzip_path):
relate_path = root[len(xxnet_unzip_path)+1:]
target_relate_path = relate_path
if target_relate_path.startswith("code/default"):
target_relate_path = "code/" + xxnet_version + relate_path[12:]
if target_relate_path.startswith("code\\default"):
target_relate_path = "code\\" + xxnet_version + relate_path[12:]

for subdir in subdirs:
if relate_path == "code" and subdir == "default":
Expand Down
2 changes: 1 addition & 1 deletion code/default/launcher/web_ui/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="row-fluid">
<div class="span3"><strong>Google+</strong></div> <!-- .span4 -->
<div class="span8">
<a href="https://plus.google.com/u/0/110870187471965512698" target="_blank">XXNet+</a>
<a href="https://plus.google.com/communities/101215702940766881013" target="_blank">XXNet+</a>
</div> <!-- .span8 -->
</div> <!-- .div.fluid -->
</div> <!-- #about -->
Expand Down
2 changes: 1 addition & 1 deletion code/default/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3

0 comments on commit caf31bd

Please sign in to comment.