mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-11 04:20:40 +00:00
Update build.ts
This commit is contained in:
parent
a7c7451b0d
commit
6562dede2a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ type BuildTypes = `${'ubuntu'|'windows'|'macos'}64`
|
|||
})();
|
||||
|
||||
async function buildGUI(buildType: BuildTypes) {
|
||||
execSync(`npx electron-builder build ${getCommand(buildType)}`, { stdio: [0,1,2] });
|
||||
execSync(`npx electron-builder build --publish=never ${getCommand(buildType)}`, { stdio: [0,1,2] });
|
||||
execSync(`7z a -t7z "../${buildsDir}/multi-downloader-nx-${buildType}-gui.7z" "${getOutputFileName(buildType)}"`,{
|
||||
stdio:[0,1,2],
|
||||
cwd: path.join('dist')
|
||||
|
|
|
|||
Loading…
Reference in a new issue