Skip to content

Commit

Permalink
Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FINDarkside committed Sep 29, 2022
1 parent 4ae1398 commit 23e7beb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @see https://www.electron.build/configuration/configuration
*/
{
"appId": "YourAppID",
"appId": "TLD-Save-Editor-3",
"asar": true,
"directories": {
"output": "release/${version}"
Expand All @@ -28,9 +28,9 @@
"artifactName": "${productName}_${version}.${ext}"
},
"nsis": {
"oneClick": false,
"oneClick": true,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
"allowToChangeInstallationDirectory": false,
"deleteAppDataOnUninstall": true
}
}

0 comments on commit 23e7beb

Please sign in to comment.