Skip to content

Commit 3b441c9

Browse files
author
yeahwu
committed
release 3.2.3,Chinese support on Mac OS
1 parent d441279 commit 3b441c9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
File renamed without changes.

code/default/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

66
稳定版(Stable):
77
https://codeload.github.com/XX-net/XX-Net/zip/3.1.19

code/default/launcher/update_from_github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def overwrite(xxnet_version, xxnet_unzip_path):
164164
for root, subdirs, files in os.walk(xxnet_unzip_path):
165165
relate_path = root[len(xxnet_unzip_path)+1:]
166166
target_relate_path = relate_path
167-
if target_relate_path.startswith("code/default"):
168-
target_relate_path = "code/" + xxnet_version + relate_path[12:]
167+
if target_relate_path.startswith("code\\default"):
168+
target_relate_path = "code\\" + xxnet_version + relate_path[12:]
169169

170170
for subdir in subdirs:
171171
if relate_path == "code" and subdir == "default":

code/default/launcher/web_ui/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="row-fluid">
2626
<div class="span3"><strong>Google+</strong></div> <!-- .span4 -->
2727
<div class="span8">
28-
<a href="https://plus.google.com/u/0/110870187471965512698" target="_blank">XXNet+</a>
28+
<a href="https://plus.google.com/communities/101215702940766881013" target="_blank">XXNet+</a>
2929
</div> <!-- .span8 -->
3030
</div> <!-- .div.fluid -->
3131
</div> <!-- #about -->

code/default/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.3

0 commit comments

Comments
 (0)