Skip to content

Commit

Permalink
更新到0.17.171900
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed May 21, 2017
1 parent 7da9e29 commit e620a7c
Show file tree
Hide file tree
Showing 42 changed files with 95 additions and 56 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.170900"
wechat_v="0.17.171900"
nwjs_v="0.19.4"
5 changes: 4 additions & 1 deletion bin/update_package_nw.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#! /bin/bash
# 更新微信开发者工具版本
# 1. 根据build.conf下载指定版本
# 2. 使用wine安装
# 3. 拷贝到package.nw

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

Expand All @@ -21,7 +25,6 @@ if [ ! -f "$wcwd_file" ]; then
echo $wcwd_download
echo "================================="
wget "$wcwd_download" -O $wcwd_file
$? -ne 0 && exit "$?"
fi

# 安装
Expand Down
2 changes: 1 addition & 1 deletion package.nw/app/dist/app.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/actions/actions.js

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

Loading

0 comments on commit e620a7c

Please sign in to comment.