From 5908cdf9dc10a9c06c2af3fa78309d8e213cbb31 Mon Sep 17 00:00:00 2001 From: msojocs Date: Mon, 28 Feb 2022 11:02:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AppImage=E6=9D=83=E9=99=90=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/fix-other.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/fix-other.sh b/tools/fix-other.sh index f855310..2f475b4 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -25,6 +25,7 @@ cd $tmp_dir && npm install miniprogram-compiler && mkdir -p "wcc/bin/linux" "wcsc/bin/linux" \ && cp -r "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcc" "wcc/bin/linux/wcc" \ && cp -r "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcsc" "wcsc/bin/linux/wcsc" \ +&& chmod 0755 "wcc/bin/linux/wcc" "wcsc/bin/linux/wcsc" \ && cp -r "${srcdir}/compiler/wcc_node"/* "wcc" \ && cp -r "${srcdir}/compiler/wcsc_node"/* "wcsc" )