Bläddra i källkod

UI: Fix linux base folder location

Penwywern 10 månader sedan
förälder
incheckning
61a5a92582
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      UI/obs-app.cpp

+ 1 - 1
UI/obs-app.cpp

@@ -2223,7 +2223,7 @@ static void load_debug_privilege(void)
 }
 }
 #endif
 #endif
 
 
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__linux__)
 #define BASE_PATH ".."
 #define BASE_PATH ".."
 #else
 #else
 #define BASE_PATH "../.."
 #define BASE_PATH "../.."