Skip to content

Commit

Permalink
Update message for uninstallation messageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
hientominh committed Apr 17, 2024
1 parent a87a0ea commit 2d84a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/scripts/uninstaller.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ XPStyle on
; Uninstall process execution
${ifNot} ${isUpdated}
# If you tick Delete fixed folder
MessageBox MB_OKCANCEL "Do you also want to delete jan data at $PROFILE\jan?" IDOK label_ok IDCANCEL label_cancel
MessageBox MB_OKCANCEL "Do you also want to delete the DEFAULT Jan data folder at $PROFILE\jan?" IDOK label_ok IDCANCEL label_cancel
label_ok:
# Delete user data folder
RMDir /r $PROFILE\jan
Expand Down

0 comments on commit 2d84a9c

Please sign in to comment.