File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments