ecode: Fix AppImage build.

This commit is contained in:
Martín Lucas Golini
2023-01-15 04:20:43 -03:00
parent 16890cae6c
commit 1c755196da

View File

@@ -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;
}