Skip to content

Commit

Permalink
添加 WeappVendor node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed Mar 25, 2017
1 parent 73a07b6 commit 23babab
Show file tree
Hide file tree
Showing 5,619 changed files with 574,272 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
/.tmp
/.build
/dist
4 changes: 4 additions & 0 deletions WeappVendor/wcc.exe
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/sh

cur_dir=${dirname $0}
wine ${cur_dir}/s/wcc.exe
4 changes: 4 additions & 0 deletions WeappVendor/wcsc.exe
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/sh

cur_dir=${dirname $0}
wine ${cur_dir}/s/wcsc.exe
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ nwjs_download="https://dl.nwjs.io/v$nwjs_v/nwjs-sdk-v${nwjs_v}-linux-x64.tar.gz"
dist_wechat_dir="wechat-dev-tools-xsp"
dist_wechat_package="$tmp_dir/wechat-v${wechat_v}-nwjs-v${nwjs_v}.tar.gz"


mkdir -p $tmp_dir
if [ ! -d "$nwjs_dir" ]; then
if [ ! -f "$nwjs_file" ]; then
Expand All @@ -29,6 +30,7 @@ rm -rf $tmp_dir/$dist_wechat_dir
mkdir -p $tmp_dir/$dist_wechat_dir
cp -rl "$nwjs_dir"/* "$tmp_dir/$dist_wechat_dir" &&
cp -rl "$package_dir" "$tmp_dir/$dist_wechat_dir" &&
cp -rl "$cur_dir/WeappVendor" "$tmp_dir/$dist_wechat_dir" &&
tar -zcvf "$dist_wechat_package" -C "$tmp_dir" "$dist_wechat_dir"

mkdir -p $build_dir
Expand Down
23 changes: 23 additions & 0 deletions package.nw/node_modules/abbrev/README.md

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

62 changes: 62 additions & 0 deletions package.nw/node_modules/abbrev/abbrev.js

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

87 changes: 87 additions & 0 deletions package.nw/node_modules/abbrev/package.json

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

Loading

0 comments on commit 23babab

Please sign in to comment.