mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
Merge branch 'bugfix/windows-installer-fix'
This commit is contained in:
parent
c64c5da64e
commit
12fc43ace0
2 changed files with 4 additions and 5 deletions
|
|
@ -132,7 +132,7 @@ begin
|
|||
case CurUninstallStep of
|
||||
usUninstall:
|
||||
begin
|
||||
if MsgBox("Would you like to delete the application's data? This action cannot be undone. Synced files will remain unaffected.", mbConfirmation, MB_YESNO) = IDYES then
|
||||
if MsgBox('Would you like to delete the application''s data? This action cannot be undone. Synced files will remain unaffected.', mbConfirmation, MB_YESNO) = IDYES then
|
||||
begin
|
||||
if DelTree(ExpandConstant('{localappdata}\DonutWare'), True, True, True) = False then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue