Skip to content
New issue

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

Fix version number issue #566 in pkg2appimage #567

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

sbernhard
Copy link
Contributor

No description provided.

@sbernhard sbernhard force-pushed the fix_version branch 8 times, most recently from 28ddf10 to b367e6a Compare January 28, 2025 08:51
@sbernhard
Copy link
Contributor Author

Ready to merge to fix the version issue (#566)

@sbernhard sbernhard changed the title Fix version number in pkg2appimage Fix version number issue #566 in pkg2appimage Jan 28, 2025
export DEBIAN_FRONTEND="noninteractive"
apt-get update
apt-get install -y sudo libarchive-tools curl zsync squashfs-tools aria2 desktop-file-utils wget fuse binutils file imagemagick gcc git
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is essential to have the version.
See actions/checkout#363 (comment)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's THIS that I was missing in my earlier attempts then. Thanks!

@probonopd probonopd merged commit 1eceb30 into AppImageCommunity:master Feb 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants