mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Updated: Multiple UI package updates (#443)
* Updated: Multiple UI package updates Co-Authored-By: taloth <taloth@users.noreply.github.com> * Updated: inno version to 5.6.1 * Updated: react-tether to 1.0.1 * Updated: React to 16.4.2
This commit is contained in:
parent
ed94d47cdd
commit
ef107fc63d
12 changed files with 560 additions and 280 deletions
|
@ -65,3 +65,11 @@ Filename: "{app}\Lidarr.exe"; Description: "Start Lidarr"; Flags: postinstall sk
|
|||
|
||||
[UninstallRun]
|
||||
Filename: "{app}\lidarr.console.exe"; Parameters: "/u"; Flags: waituntilterminated skipifdoesntexist
|
||||
|
||||
[Code]
|
||||
function PrepareToInstall(var NeedsRestart: Boolean): String;
|
||||
var
|
||||
ResultCode: Integer;
|
||||
begin
|
||||
Exec(ExpandConstant('{commonappdata}\Lidarr\bin\Lidarr.Console.exe'), '/u', '', 0, ewWaitUntilTerminated, ResultCode)
|
||||
end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue