Skip to content

Commit

Permalink
fix:pack软链接bug
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed May 17, 2017
1 parent 3725674 commit 5316141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ $want = "pack" ]; then
mkdir -p "$tmp_dir/build"
tar -zcvf "$tmp_dir/build/$dist_wechat_package" -C "$root_dir" dist
else
ln -s "$root_dir/package.nw"
ln -sf "$root_dir/package.nw" "$dist_dir/package.nw"
if [ $want = "install" ]; then
sh "$dist_dir/scripts/replace_weapp_vendor.sh"
fi
Expand Down

0 comments on commit 5316141

Please sign in to comment.