Merge branch 'bugfix/windows-installer-fix'

This commit is contained in:
PartyDonut 2025-02-23 18:24:42 +01:00
parent c64c5da64e
commit 12fc43ace0
2 changed files with 4 additions and 5 deletions

View file

@ -460,4 +460,3 @@ jobs:
Fladder-Web-${{needs.fetch-info.outputs.version_name}}.zip Fladder-Web-${{needs.fetch-info.outputs.version_name}}.zip
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.zip Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.zip
Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak Fladder-Linux-${{needs.fetch-info.outputs.version_name}}.flatpak

View file

@ -132,7 +132,7 @@ begin
case CurUninstallStep of case CurUninstallStep of
usUninstall: usUninstall:
begin 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 begin
if DelTree(ExpandConstant('{localappdata}\DonutWare'), True, True, True) = False then if DelTree(ExpandConstant('{localappdata}\DonutWare'), True, True, True) = False then
begin begin