From dca9f5a74d0a43c0afb19856fa8c68a16ea8f486 Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 4 May 2022 14:23:43 +0800 Subject: [PATCH] fix: permission --- tools/fix-other.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/fix-other.sh b/tools/fix-other.sh index e3ec93c..c708180 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -18,7 +18,8 @@ echo "fix: wcc,wcsc" # 可视化编译 (cd "${package_dir}/node_modules/" \ && rm -rf wcc \ -&& cp -rL "${srcdir}/compiler/wcc_node" "wcc" +&& cp -rL "${srcdir}/compiler/wcc_node" "wcc" \ +&& chmod +x wcc/bin/linux/* ) # 预览编译,设置NO_WINE=true环境变量生效