mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
gsr-overlay > gsr-ui
This commit is contained in:
@@ -72,10 +72,10 @@ int main(int argc, char **argv) {
|
||||
if(access("images/gpu_screen_recorder_logo.png", F_OK) == 0) {
|
||||
resources_path = "./";
|
||||
} else {
|
||||
#ifdef GSR_OVERLAY_RESOURCES_PATH
|
||||
resources_path = GSR_OVERLAY_RESOURCES_PATH "/";
|
||||
#ifdef GSR_UI_RESOURCES_PATH
|
||||
resources_path = GSR_UI_RESOURCES_PATH "/";
|
||||
#else
|
||||
resources_path = "/usr/share/gsr-overlay/";
|
||||
resources_path = "/usr/share/gsr-ui/";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user