Skip to content

Commit

Permalink
feat: delete app data when captain is uninstalled (#332)
Browse files Browse the repository at this point in the history
## Motivation

App data should be deleted when captain is uninstalled

## Issues closed

closes #317
  • Loading branch information
pixelass authored Jun 7, 2024
1 parent ec29f9b commit eb75654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ publish:
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
deleteAppDataOnUninstall: true
artifactName: "${productName}-Setup-${version}.${ext}"

asar: true
Expand Down

0 comments on commit eb75654

Please sign in to comment.