Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit e620a7c

Browse files
author
炒饭
committed
更新到0.17.171900
1 parent 7da9e29 commit e620a7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+95
-56
lines changed

bin/build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
wechat_v="0.17.170900"
1+
wechat_v="0.17.171900"
22
nwjs_v="0.19.4"

bin/update_package_nw.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#! /bin/bash
2+
# 更新微信开发者工具版本
3+
# 1. 根据build.conf下载指定版本
4+
# 2. 使用wine安装
5+
# 3. 拷贝到package.nw
26

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

@@ -21,7 +25,6 @@ if [ ! -f "$wcwd_file" ]; then
2125
echo $wcwd_download
2226
echo "================================="
2327
wget "$wcwd_download" -O $wcwd_file
24-
$? -ne 0 && exit "$?"
2528
fi
2629

2730
# 安装

package.nw/app/dist/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nw/app/dist/common/actions/actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)