From 531614142b18805803c86cf9a1a4361403e4e1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=92=E9=A5=AD?= Date: Wed, 17 May 2017 23:47:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:pack=E8=BD=AF=E9=93=BE=E6=8E=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pack.sh b/bin/pack.sh index 0bd0f36a3..d84c61c53 100755 --- a/bin/pack.sh +++ b/bin/pack.sh @@ -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