Skip to content

Commit 22af906

Browse files
committed
fix: node放错位置了
1 parent 3e48913 commit 22af906

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
run: |
6262
ls -l
6363
mkdir -p tmp/src
64-
cp node/bin/node package.nw/node
65-
cd package.nw && rm -rf node.exe node && ln -s node.exe node
64+
rm -rf nwjs/node nwjs/node.exe
65+
cp node/bin/node nwjs/node
66+
cd nwjs && ln -s node node.exe
6667
cd ..
6768
tar -zcf tmp/src/src-wine.tar.gz bin nwjs package.nw tools
6869
export NO_WINE=true

res/deepin/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: io.github.msojocs.wechat-devtools
2-
Version: 1.05.2203070-3
2+
Version: BUILD_VERSION
33
Section: utils
44
Priority: optional
55
Architecture: amd64

0 commit comments

Comments
 (0)