Skip to content

Commit

Permalink
更新:微信小程序升级到0.19.191100
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed Jul 11, 2017
1 parent 2122098 commit 9e2c8eb
Show file tree
Hide file tree
Showing 399 changed files with 82,411 additions and 13,588 deletions.
Binary file modified bin/WeappVendor/s/wcc.exe
Binary file not shown.
Binary file modified bin/WeappVendor/s/wcsc.exe
Binary file not shown.
5 changes: 4 additions & 1 deletion bin/update_package_nw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ rm -rf "$root_dir/package.nw"
echo "$wcwd_package_dir"
cp -r "$wcwd_package_dir" "$root_dir"

sh "$root_dir/bin/replace_package_nw.sh"

# 链接wcc.exe wcsc.exe
ln -f "$onlineverdor_dir/*.exe" "$root_dir/bin/WeappVendor/s"
ln -f "$onlineverdor_dir/wcc.exe" "$root_dir/bin/WeappVendor/s"
ln -f "$onlineverdor_dir/wcsc.exe" "$root_dir/bin/WeappVendor/s"

echo $wechat_v > $root_dir/wechat_v

Expand Down
6 changes: 3 additions & 3 deletions bin/wxdt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ nwjs_v=`cat $root_dir/nwjs_v`
cur_nwjs_v=""

if [ -f "$root_dir/dist/nwjs_version" ]; then
cur_nwjs_v=`cat "$root_dir/dist/nwjs_version"`
cur_nwjs_v=`cat "$root_dir/dist/nwjs_version"`
fi

if [ "$cur_nwjs_v" != "$nwjs_v" ]; then
echo "安装微信开发者工具对应nwjs版本:$nwjs_v"
bash "$root_dir/bin/update_nwjs.sh"
echo "安装微信开发者工具对应nwjs版本:$nwjs_v"
bash "$root_dir/bin/update_nwjs.sh"
fi

cd "$root_dir/dist"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wxdt",
"version": "v0.17.170900",
"version": "v0.19.191100",
"description": "凌晨三点终于搞定了linux下开发者工具的使用,已经完美使用,之后上完整安装教程和npm包.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.nw/app/dist/actions/windowActions.js

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

Loading

0 comments on commit 9e2c8eb

Please sign in to comment.