mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Localize Inno Updater (#205279)
* without translations * Update messages.en.isl * translations, hopefully correct encoding * inno updater v0.11.0
This commit is contained in:
committed by
GitHub
parent
11b3d6b71a
commit
43d55cbf88
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user