Skip to content

Commit 8a49a97

Browse files
authored
Fix Inno Setup file (#2810)
1 parent 435a8d5 commit 8a49a97

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Installer.iss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ begin
266266
SamePath(LegacyAppsDir, VoiceAttack2AppsDir) then
267267
begin
268268
Log(Format(
269-
'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',
270-
[LegacyAppsDir]));
269+
'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',[LegacyAppsDir]));
271270
exit;
272271
end;
273272
@@ -358,4 +357,4 @@ begin
358357
Abort;
359358
end;
360359
end;
361-
end;
360+
end;

0 commit comments

Comments
 (0)