We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c554 commit eab13baCopy full SHA for eab13ba
src/binfmt-bypass/interpreter_main.cpp
@@ -33,6 +33,7 @@ int main(int argc, char** argv) {
33
if (!executableExists(APPIMAGELAUNCHER_PATH)) {
34
log_message(
35
"AppImageLauncher not found at %s, launching AppImage directly: %s\n",
36
+ APPIMAGELAUNCHER_PATH,
37
appImagePath.c_str()
38
);
39
useAppImageLauncher = false;
@@ -41,6 +42,7 @@ int main(int argc, char** argv) {
41
42
if (getenv("APPIMAGELAUNCHER_DISABLE") != nullptr) {
43
44
"APPIMAGELAUNCHER_DISABLE set, launching AppImage directly: %s\n",
45
46
47
48
0 commit comments