custom install loc

This commit is contained in:
Siddharth
2026-03-14 15:57:22 -07:00
parent 965d3e5f4c
commit 56988e86e2
+11 -7
View File
@@ -52,10 +52,14 @@
"artifactName": "${productName}-Linux-${version}.${ext}",
"category": "AudioVideo"
},
"win": {
"target": [
"nsis"
],
"icon": "icons/icons/win/icon.ico"
}
}
"win": {
"target": [
"nsis"
],
"icon": "icons/icons/win/icon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
}