We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedbdb0 commit 099ed8cCopy full SHA for 099ed8c
src/binfmt-bypass/interpreter_main.cpp
@@ -33,7 +33,6 @@ 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;
@@ -42,7 +41,6 @@ int main(int argc, char** argv) {
42
41
if (getenv("APPIMAGELAUNCHER_DISABLE") != nullptr) {
43
44
"APPIMAGELAUNCHER_DISABLE set, launching AppImage directly: %s\n",
45
46
47
48
0 commit comments