mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +02:00
- proper binary path extraction on all platforms and glest.ini by default can run from search path and will try to find stuff it needs in the real binary path
- fixed error message for untis missing be_built - fixed mg.ini for html tool and updated perl script
This commit is contained in:
@@ -215,7 +215,7 @@ MainWindow::MainWindow( std::pair<string,vector<string> > unitToLoad,
|
||||
startupSettingsInited(false)
|
||||
{
|
||||
this->appPath = appPath;
|
||||
Properties::setApplicationPath(extractDirectoryPathFromFile(appPath));
|
||||
Properties::setApplicationPath(executable_path(appPath));
|
||||
|
||||
Config &config = Config::getInstance();
|
||||
//getGlPlatformExtensions();
|
||||
|
Reference in New Issue
Block a user