File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 cd electron/
4444 pnpm run build
4545 node ./node_modules/electron-builder/out/cli/cli.js -wl --x64 --arm64
46- mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe artifact/ $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
47- mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap artifact/ $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
46+ mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe | tr ' ' -)
47+ mv artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap $(ls artifact/Aria2-WebUI-Electron\ Setup\ *.*.*.exe.blockmap | tr ' ' -)
4848 cd artifact/
4949 tar -acvf win-portable.tar.zst win-unpacked/*
5050 tar -acvf linux-portable.tar.zst linux-unpacked/*
You can’t perform that action at this time.
0 commit comments