diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-29 14:42:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-29 14:42:11 +0100 |
commit | 8d04b7e0b13af57824365d2a4968c71fe8c29ee1 (patch) | |
tree | bd71409d498816a9c8a9cf1608196d7a53b0b37b | |
parent | 7b3d412c9bd036420003d56c75452c7acb0135fe (diff) |
Better debug test
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 023a444..210e747 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -241,7 +241,7 @@ int main(int argc, char **argv) { setlocale(LC_ALL, "C"); // Sigh... stupid C std::string resources_path; - if(access("sibs-build", F_OK) == 0) { + if(access("sibs-build/linux_x86_64/debug/gsr-notify", F_OK) == 0) { resources_path = "./"; } else { #ifdef GSR_NOTIFY_RESOURCES_PATH |