File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4949 "pack:win:ci" : " npm run clean:dist && electron-builder --win --x64 --ia32 -p never" ,
5050 "pack:cli" : " npm run pack:cli:win | npm run pack:cli:mac | npm run pack:cli:lin" ,
5151 "pack:cli:win" : " pkg ./src-cli --targets win-x64 --output ./dist-cli/windows/bwdc.exe" ,
52- "pack:cli:mac" : " pkg ./src-cli --targets macos-x64,macos-arm64 --output ./dist-cli/macos/bwdc" ,
53- "pack:cli:mac:x64" : " pkg ./src-cli --targets macos-x64 --output ./dist-cli/macos-x64/bwdc" ,
54- "pack:cli:mac:arm64" : " pkg ./src-cli --targets macos-arm64 --output ./dist-cli/macos-arm64/bwdc" ,
52+ "pack:cli:mac" : " pkg ./src-cli --targets macos-x64 --output ./dist-cli/macos/bwdc" ,
5553 "pack:cli:lin" : " pkg ./src-cli --targets linux-x64 --output ./dist-cli/linux/bwdc" ,
5654 "dist:lin" : " npm run build:dist && npm run pack:lin" ,
5755 "dist:mac" : " npm run build:dist && npm run pack:mac" ,
You can’t perform that action at this time.
0 commit comments