forgot to actually call the setExecutable

This commit is contained in:
jackeri 2014-12-12 11:18:55 +02:00
parent a60da9122b
commit 89bb4b2edc
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{