mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Added ecode build script.
Force radix "." for StyleSheetLength::toString().
This commit is contained in:
@@ -2760,6 +2760,12 @@ void App::init( std::string file, const Float& pidelDensity, const std::string&
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
mIsBundledApp = true;
|
||||
}
|
||||
#elif EE_PLATFORM == EE_PLATFORM_LINUX
|
||||
if ( String::contains( mResPath, ".mount_" ) ) {
|
||||
mResPath = FileSystem::getCurrentWorkingDirectory();
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
mIsBundledApp = true;
|
||||
}
|
||||
#endif
|
||||
mResPath += "assets";
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
|
||||
Reference in New Issue
Block a user