logic: Application moving protection, licensegenerator for other licensetypes
* Licensegenerator can now generate any type of license via commandline argument * When moving the appliction, the user needs to enter the License again
This commit is contained in:
@@ -65,6 +65,11 @@ int main(int argc, char *argv[])
|
||||
|
||||
QtMainWindow::setWindowSettingsPath(windowSettingsPath);
|
||||
Application::setAppSettingsPath(appSettingsPath);
|
||||
|
||||
if(AppPath::getAppPath().empty())
|
||||
{
|
||||
AppPath::setAppPath(QCoreApplication::applicationDirPath().toStdString());
|
||||
}
|
||||
|
||||
LicenseChecker checker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user