Localize Inno Updater (#205279)

* without translations

* Update messages.en.isl

* translations, hopefully correct encoding

* inno updater v0.11.0
This commit is contained in:
Benjamin Christopher Simmonds
2024-02-19 16:03:48 +01:00
committed by GitHub
parent 11b3d6b71a
commit 43d55cbf88
17 changed files with 27 additions and 14 deletions

View File

@@ -1519,7 +1519,7 @@ begin
StopTunnelServiceIfNeeded();
Exec(ExpandConstant('{app}\tools\inno_updater.exe'), ExpandConstant('"{app}\{#ExeBasename}.exe" ' + BoolToStr(LockFileExists())), '', SW_SHOW, ewWaitUntilTerminated, UpdateResultCode);
Exec(ExpandConstant('{app}\tools\inno_updater.exe'), ExpandConstant('"{app}\{#ExeBasename}.exe" ' + BoolToStr(LockFileExists()) + ' "{cm:UpdatingVisualStudioCode}"'), '', SW_SHOW, ewWaitUntilTerminated, UpdateResultCode);
end;
if ShouldRestartTunnelService then