Skip to content

Commit

Permalink
fix undetected gui after make install
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Apr 30, 2024
1 parent 90805b0 commit 5f95225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/os_config_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,8 @@ static Bool get_default_install_path(char *file_path, u32 path_type)
sep[0] = 0;
strcat(app_path, "/share");
if (check_file_exists("gui/gui.bt", app_path, file_path)) return 1;
strcat(app_path, "/gpac");
if (check_file_exists("gui/gui.bt", app_path, file_path)) return 1;
}
if (try_lib) {
try_lib = GF_FALSE;
Expand Down

0 comments on commit 5f95225

Please sign in to comment.