data: removed directory data/gui/installer and moved EULA files to data/license

* moved EULA files to data/license
* moved 3rd party license to data/license
* updated paths in installer scripts
This commit is contained in:
Eberhard Graether
2019-04-08 18:25:13 +02:00
parent f7d3275e89
commit edf319cde9
23 changed files with 476 additions and 701 deletions
+5
View File
@@ -27,6 +27,11 @@ FilePath ResourcePaths::getGuiPath()
return AppPath::getAppPath().concatenate(L"data/gui/");
}
FilePath ResourcePaths::getLicensePath()
{
return AppPath::getAppPath().concatenate(L"data/license/");
}
FilePath ResourcePaths::getJavaPath()
{
return AppPath::getAppPath().concatenate(L"data/java/");
+1
View File
@@ -13,6 +13,7 @@ public:
static FilePath getFallbackPath();
static FilePath getFontsPath();
static FilePath getGuiPath();
static FilePath getLicensePath();
static FilePath getJavaPath();
static FilePath getPythonPath();
static FilePath getCxxCompilerHeaderPath();