Skip to content

Commit

Permalink
Print version to stdout when using --version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored and TheAssassin committed Dec 29, 2024
1 parent 4132f3d commit 8e5b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appimagetool.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ main (int argc, char *argv[])
}

fprintf(
stderr,
showVersionOnly ? stdout : stderr,
"appimagetool, %s (git version %s), build %s built on %s\n",
RELEASE_NAME, GIT_VERSION, BUILD_NUMBER, BUILD_DATE
);
Expand Down

0 comments on commit 8e5b4c0

Please sign in to comment.