mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
forgot to actually call the setExecutable
This commit is contained in:
parent
a60da9122b
commit
89bb4b2edc
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ int main(int argc, char** argv)
|
|||
installer.setWaitPid(options.waitPid);
|
||||
installer.setForceElevated(options.forceElevated);
|
||||
installer.setAutoClose(options.autoClose);
|
||||
installer.setExecutable(options.executable);
|
||||
|
||||
if (options.mode == UpdateInstaller::Main)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue