Skip to content

Commit

Permalink
更新到0.17.172600
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed May 29, 2017
1 parent 0e44f6e commit 46a414d
Show file tree
Hide file tree
Showing 23 changed files with 51 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bin/build.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wechat_v="0.17.171900"
wechat_v="0.17.172600"
nwjs_v="0.19.4"
6 changes: 6 additions & 0 deletions bin/replace_package_nw.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/sh

root_dir=$(cd `dirname $0`/.. && pwd -P)

# 打开目录
sed -ri -e 's/("win32")(\=\=\=process\.platform\|\|)(global\.appConfig\.isDev)/\1\2"linux"\2\3/g' "$root_dir/package.nw/app/dist/components/menubar/menubar.js"
2 changes: 1 addition & 1 deletion bin/update_package_nw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ rm -rf "$root_dir/package.nw"
cp -r "$wcwd_package_dir" "$root_dir"

# 链接wcc.exe wcsc.exe
ln "$onlineverdor_dir/*.exe" "$root_dir/bin/WeappVendor/s"
ln -f "$onlineverdor_dir/*.exe" "$root_dir/bin/WeappVendor/s"
2 changes: 1 addition & 1 deletion package.nw/app/dist/actions/webviewActions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.nw/app/dist/common/assdk/networkSdk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.nw/app/dist/common/request/request.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46a414d

Please sign in to comment.