We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a8d5 commit 8a49a97Copy full SHA for 8a49a97
1 file changed
Installer.iss
@@ -266,8 +266,7 @@ begin
266
SamePath(LegacyAppsDir, VoiceAttack2AppsDir) then
267
begin
268
Log(Format(
269
- 'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',
270
- [LegacyAppsDir]));
+ 'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',[LegacyAppsDir]));
271
exit;
272
end;
273
@@ -358,4 +357,4 @@ begin
358
357
Abort;
359
360
361
-end;
+end;
0 commit comments