We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As noticed by @brunvonlope:
Running --appimage-version in appimages generated by appimagetool gives no output:
--appimage-version
AppImage runtime version:
The text was updated successfully, but these errors were encountered:
This is how it is supposed to work (it works there):
https://github.com/search?q=repo%3Aprobonopd%2Fstatic-tools+src%2Fruntime%2Fversion&type=code
Looks like we might be missing the export GIT_COMMIT=$(cat src/runtime/version)?
export GIT_COMMIT=$(cat src/runtime/version)
Sorry, something went wrong.
4062c0a
Closes #103
export GIT_COMMIT=$(cat src/runtime/version) in Makefile
c9887dd
export GIT_COMMIT=$(cat src/runtime/version) in Makefile (#104)
68953fd
Successfully merging a pull request may close this issue.
As noticed by @brunvonlope:
Running
--appimage-version
in appimages generated by appimagetool gives no output:AppImage runtime version:
The text was updated successfully, but these errors were encountered: