build: Fixes for build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef TASK_SHOW_DIALOG_VIEW_H
|
||||
#define TASK_SHOW_DIALOG_VIEW_H
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "utility/scheduling/Task.h"
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ void setupApp(int argc, char *argv[])
|
||||
|
||||
if (!appIsMacBundle)
|
||||
{
|
||||
UserPaths::setUserDataPath(path.absolute().str() + "/" + UserPaths::getUserDataPath());
|
||||
UserPaths::setUserDataPath(path.absolute().str() + "/user/");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user