Skip to content

Commit 86b1764

Browse files
committed
feat: add Windows portable (per-user) installer via NSIS installMode both
1 parent d0cc15c commit 86b1764

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
"devUrl": "http://localhost:1430"
77
},
88
"productName": "Memory Forge",
9-
"version": "3.0.0",
9+
"version": "3.0.3",
1010
"identifier": "com.voidcraft.memoryforge",
1111
"bundle": {
1212
"active": true,
13-
"targets": "all",
13+
"targets": ["nsis", "msi", "app", "dmg", "deb", "rpm", "appimage"],
14+
"windows": {
15+
"nsis": {
16+
"installMode": "both"
17+
}
18+
},
1419
"icon": [
1520
"icons/32x32.png",
1621
"icons/128x128.png",

0 commit comments

Comments
 (0)