fix: node放错位置了

This commit is contained in:
msojocs 2022-03-12 11:27:37 +08:00
parent 3e489139c0
commit 22af906b14
2 changed files with 4 additions and 3 deletions

View File

@ -61,8 +61,9 @@ jobs:
run: |
ls -l
mkdir -p tmp/src
cp node/bin/node package.nw/node
cd package.nw && rm -rf node.exe node && ln -s node.exe node
rm -rf nwjs/node nwjs/node.exe
cp node/bin/node nwjs/node
cd nwjs && ln -s node node.exe
cd ..
tar -zcf tmp/src/src-wine.tar.gz bin nwjs package.nw tools
export NO_WINE=true

View File

@ -1,5 +1,5 @@
Package: io.github.msojocs.wechat-devtools
Version: 1.05.2203070-3
Version: BUILD_VERSION
Section: utils
Priority: optional
Architecture: amd64