mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-14 15:55:07 +00:00
templates: Fix the remaining uncommitted changes
This commit is contained in:
parent
9df2f01963
commit
8b97c2b23d
1 changed files with 2 additions and 2 deletions
|
@ -239,9 +239,9 @@ begin
|
||||||
// Attempt to remove old version if it exists.
|
// Attempt to remove old version if it exists.
|
||||||
if (IsUpgrade()) then begin
|
if (IsUpgrade()) then begin
|
||||||
if (UninstallOldVersion() <> 0) 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;
|
exit;
|
||||||
end
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Also ensure that we have the necessary prerequisites installed to run the program.
|
// Also ensure that we have the necessary prerequisites installed to run the program.
|
||||||
|
|
Loading…
Reference in a new issue