build: deploy changes

* moved sample projects from data to user folder
* added fallback files for app and window settings
* implemented copying app and window settings to user folder when not found on app startup
* fixed upgrading for windows installer
This commit is contained in:
malte_langkabel
2016-12-14 13:33:17 +01:00
parent 68a2cb08bc
commit 5482e56e82
191 changed files with 279 additions and 241 deletions
+4
View File
@@ -9,12 +9,16 @@ public:
static std::string getUserDataPath();
static void setUserDataPath(const std::string& path);
static std::string getSampleProjectsPath();
static void setSampleProjectsPath(const std::string& path);
static std::string getAppSettingsPath();
static std::string getWindowSettingsPath();
static std::string getLogPath();
private:
static std::string s_userDataPath;
static std::string s_sampleProjectsPath;
};
#endif // USER_PATHS_H