From 217b6398e6a3f876962d7383b1446343497802b0 Mon Sep 17 00:00:00 2001 From: Ivan Neplokhov Date: Thu, 15 Jan 2026 17:03:01 +0400 Subject: [PATCH] some --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b1e035..f1a5133 100644 --- a/package.json +++ b/package.json @@ -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": [