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
+1 -1
View File
@@ -266,7 +266,7 @@ int main(int argc, char *argv[])
std::this_thread::sleep_for(std::chrono::milliseconds(250));
std::shared_ptr<TextAccess> text =
TextAccess::createFromFile(ResourcePaths::getGuiPath().concatenate(L"installer/EULA.txt"));
TextAccess::createFromFile(ResourcePaths::getLicensePath().concatenate(L"EULA.txt"));
std::cout << std::endl << text->getText() << std::endl;
std::cout << "Do you accept the Sourcetrail End User License Agreement? (y/n)" << std::endl;