Skip to content

Commit 0d94a2b

Browse files
committed
refactor: rename nwj -> addon
1 parent c65d60c commit 0d94a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
sudo apt install -y xvfb curl
140140
pnpm run test-prepare
141141
ls -l build
142-
ls -l test/runner/nwjs/wcc/build/Release
142+
ls -l test/runner/addon/wcc/build/Release
143143
# fix: 预先运行,做一下配置,不然第一次执行会有问题
144144
./test/wine/wcc.exe || true
145145
./test/wine/wcc.exe -v || true

test/runner/module-windows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
wcsc: wcscNative,
103103
wcc: wccNative,
104104
start: () => {
105-
execFileSync(path.resolve(__dirname, './nwjs/module-prepare.sh'), { stdio: 'inherit' })
105+
execFileSync(path.resolve(__dirname, './addon/addon-prepare.sh'), { stdio: 'inherit' })
106106
},
107107
close: () => {
108108
request('http://127.0.0.1:8083/close').end()

0 commit comments

Comments
 (0)