Skip to content

Commit

Permalink
templates: Fix the remaining uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed May 20, 2023
1 parent 9df2f01 commit 8b97c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/windows/installer.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ begin
// Attempt to remove old version if it exists.
if (IsUpgrade()) then begin
if (UninstallOldVersion() <> 0) then begin
Result := "Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort."
Result := 'Removal of older @PROJECT_NAME@ version was cancelled. Unable to continue with normal installation process, Setup will now abort.';
exit;
end
end;
end;

// Also ensure that we have the necessary prerequisites installed to run the program.
Expand Down

0 comments on commit 8b97c2b

Please sign in to comment.