mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: 权限问题
This commit is contained in:
parent
0ba6ca15fe
commit
f521040947
0
compiler/nodejs/wcc
Normal file → Executable file
0
compiler/nodejs/wcc
Normal file → Executable file
0
compiler/nodejs/wcsc
Normal file → Executable file
0
compiler/nodejs/wcsc
Normal file → Executable file
@ -37,7 +37,7 @@ if [[ $NO_WINE == 'true' ]];then
|
|||||||
\cp -rf "${srcdir}/compiler/nodejs/wcsc" "${package_dir}/js/vendor/wcsc"
|
\cp -rf "${srcdir}/compiler/nodejs/wcsc" "${package_dir}/js/vendor/wcsc"
|
||||||
\cp -rf "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcc" "${package_dir}/js/vendor/wcc.bin"
|
\cp -rf "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcc" "${package_dir}/js/vendor/wcc.bin"
|
||||||
\cp -rf "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcsc" "${package_dir}/js/vendor/wcsc.bin"
|
\cp -rf "${tmp_dir}/node_modules/miniprogram-compiler/bin/linux/wcsc" "${package_dir}/js/vendor/wcsc.bin"
|
||||||
cd "${package_dir}/js/vendor" && chmod 0755 wcc.bin wcsc.bin
|
cd "${package_dir}/js/vendor" && chmod 0755 wcc wcsc wcc.bin wcsc.bin
|
||||||
node "${package_dir}/js/vendor/generatemd5.js"
|
node "${package_dir}/js/vendor/generatemd5.js"
|
||||||
|
|
||||||
current=`date "+%Y-%m-%d %H:%M:%S"`
|
current=`date "+%Y-%m-%d %H:%M:%S"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user