fix: zst package lost compiler #76

This commit is contained in:
msojocs 2023-01-23 16:39:32 +08:00
parent ff3f815e9e
commit 035ffe756f

View File

@ -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"