mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
ecode: Fix AppImage build.
This commit is contained in:
@@ -3566,7 +3566,6 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
}
|
||||
#elif EE_PLATFORM == EE_PLATFORM_LINUX
|
||||
if ( String::contains( mResPath, ".mount_" ) ) {
|
||||
mResPath = FileSystem::getCurrentWorkingDirectory();
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
mIsBundledApp = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user