mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: zst package lost compiler #76
This commit is contained in:
parent
ff3f815e9e
commit
035ffe756f
@ -120,7 +120,7 @@ package() {
|
||||
find ./package.nw -type d | xargs -I {} chmod -R a+rx {}
|
||||
|
||||
cp ${srcdir}/node.${_node_version} nwjs/node
|
||||
cd nwjs && ln -s node node.exe
|
||||
cd nwjs && ln -s node node.exe && ln -s ../package.nw package.nw
|
||||
|
||||
install -Dm755 "${srcdir}/wechat-devtools" "${pkgdir}${_install_dir}/bin/wechat-devtools"
|
||||
install -Dm755 "${srcdir}/wechat-devtools-cli" "${pkgdir}${_install_dir}/bin/wechat-devtools-cli"
|
||||
|
Loading…
x
Reference in New Issue
Block a user