Skip to content

Commit 017f66d

Browse files
author
9gkc
committed
fix: package a stable Windows installer artifact
1 parent 57ba0d4 commit 017f66d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "vitest run",
1414
"test:watch": "vitest",
1515
"lint": "tsc --noEmit",
16-
"package:win": "pnpm build && electron-builder --win nsis portable --publish never"
16+
"package:win": "pnpm build && electron-builder --win nsis --publish never"
1717
},
1818
"keywords": ["cybersecurity", "file-triage", "offline", "defensive-security", "incident-response"],
1919
"author": "Ali Al-Karrar",
@@ -43,10 +43,10 @@
4343
"build": {
4444
"appId": "io.9gkc.fileguard",
4545
"productName": "FileGuard",
46-
"artifactName": "FileGuard-${version}-${os}-${arch}-${target}.${ext}",
46+
"artifactName": "FileGuard-${version}-${os}-${arch}.${ext}",
4747
"files": ["dist/**/*", "electron/**/*", "src/core/**/*", "package.json"],
4848
"directories": { "buildResources": "build" },
49-
"win": { "target": ["nsis", "portable"] },
49+
"win": { "target": ["nsis"] },
5050
"nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true, "createStartMenuShortcut": true }
5151
}
5252
}

0 commit comments

Comments
 (0)