mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: AppImage权限异常
This commit is contained in:
parent
f521040947
commit
5908cdf9dc
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user