some
This commit is contained in:
parent
712d11d8d8
commit
217b6398e6
@ -10,6 +10,10 @@
|
||||
"start": "electron .",
|
||||
"build": "vite build && electron-builder",
|
||||
"build:win": "vite build && electron-builder --win",
|
||||
"build:win:x64": "vite build && electron-builder --win --x64",
|
||||
"build:win:x64:installer": "vite build && electron-builder --win --x64 --config.win.target=nsis",
|
||||
"build:win:x64:portable": "vite build && electron-builder --win --x64 --config.win.target=portable",
|
||||
"build:win:x64:portable:zip": "npm run build:win:x64:portable && powershell -Command \"Compress-Archive -Force -Path dist/release/*portable*.exe -DestinationPath dist/release/Telegram-Invite-Automation-win-portable-x64.zip\"",
|
||||
"build:mac": "vite build && electron-builder --mac",
|
||||
"build:all": "vite build && electron-builder --win --mac",
|
||||
"build:linux": "vite build && electron-builder --linux",
|
||||
@ -65,7 +69,7 @@
|
||||
"nsis",
|
||||
"portable"
|
||||
],
|
||||
"artifactName": "Telegram-Invite-Automation-win-${version}.${ext}"
|
||||
"artifactName": "Telegram-Invite-Automation-win-${arch}-${version}.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user