NSIS workaround no longer necessary
authorkoda
Thu, 27 Dec 2012 18:16:50 +0100
changeset 8341 7a7a39b2449b
parent 8339 2154732c65f1
child 8342 44d65d9bfda4
NSIS workaround no longer necessary
QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Thu Dec 27 17:08:58 2012 +0100
+++ b/QTfrontend/main.cpp	Thu Dec 27 18:16:50 2012 +0100
@@ -210,8 +210,6 @@
 
     qRegisterMetaType<HWTeam>("HWTeam");
 
-    // workaround over NSIS installer which modifies the install path
-    //bindir->cd("./");
     bindir->cd(QCoreApplication::applicationDirPath());
 
     if(custom_config == false)