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

Commit 23babab

Browse files
author
炒饭
committed
添加 WeappVendor node_modules
1 parent 73a07b6 commit 23babab

File tree

5,619 files changed

+574272
-1
lines changed

Some content is hidden

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

5,619 files changed

+574272
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
node_modules
21
/.tmp
32
/.build
43
/dist

WeappVendor/wcc.exe

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/sh
2+
3+
cur_dir=${dirname $0}
4+
wine ${cur_dir}/s/wcc.exe

WeappVendor/wcsc.exe

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /bin/sh
2+
3+
cur_dir=${dirname $0}
4+
wine ${cur_dir}/s/wcsc.exe

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ nwjs_download="https://dl.nwjs.io/v$nwjs_v/nwjs-sdk-v${nwjs_v}-linux-x64.tar.gz"
1414
dist_wechat_dir="wechat-dev-tools-xsp"
1515
dist_wechat_package="$tmp_dir/wechat-v${wechat_v}-nwjs-v${nwjs_v}.tar.gz"
1616

17+
1718
mkdir -p $tmp_dir
1819
if [ ! -d "$nwjs_dir" ]; then
1920
if [ ! -f "$nwjs_file" ]; then
@@ -29,6 +30,7 @@ rm -rf $tmp_dir/$dist_wechat_dir
2930
mkdir -p $tmp_dir/$dist_wechat_dir
3031
cp -rl "$nwjs_dir"/* "$tmp_dir/$dist_wechat_dir" &&
3132
cp -rl "$package_dir" "$tmp_dir/$dist_wechat_dir" &&
33+
cp -rl "$cur_dir/WeappVendor" "$tmp_dir/$dist_wechat_dir" &&
3234
tar -zcvf "$dist_wechat_package" -C "$tmp_dir" "$dist_wechat_dir"
3335

3436
mkdir -p $build_dir

package.nw/node_modules/abbrev/README.md

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nw/node_modules/abbrev/abbrev.js

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nw/node_modules/abbrev/package.json

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)