From 1c755196daf03b261124e50b5f2d268e935d6c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 15 Jan 2023 04:20:43 -0300 Subject: [PATCH] ecode: Fix AppImage build. --- src/tools/ecode/ecode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/ecode/ecode.cpp b/src/tools/ecode/ecode.cpp index f120ea02d..3b0496f46 100644 --- a/src/tools/ecode/ecode.cpp +++ b/src/tools/ecode/ecode.cpp @@ -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; }