Skip to content

Commit

Permalink
UI: Fix linux base folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
Penwy authored and RytoEX committed Jan 8, 2025
1 parent 248955b commit 61a5a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/obs-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ static void load_debug_privilege(void)
}
#endif

#ifdef __APPLE__
#if defined(__APPLE__) || defined(__linux__)
#define BASE_PATH ".."
#else
#define BASE_PATH "../.."
Expand Down

0 comments on commit 61a5a92

Please sign in to comment.