From 89bb4b2edc86dafd60380e4aa765a3ff6f2a8305 Mon Sep 17 00:00:00 2001 From: jackeri Date: Fri, 12 Dec 2014 11:18:55 +0200 Subject: [PATCH] forgot to actually call the setExecutable --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 3598f85..f968b7a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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) {