Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

--appimage-version in runtime help but is not actually supported #38

Closed
lalten opened this issue Sep 19, 2022 · 1 comment · Fixed by #40
Closed

--appimage-version in runtime help but is not actually supported #38

lalten opened this issue Sep 19, 2022 · 1 comment · Fixed by #40
Labels
bug Something isn't working

Comments

@lalten
Copy link
Contributor

lalten commented Sep 19, 2022

❯ wget https://github.com/probonopd/static-tools/releases/download/continuous/runtime-fuse2-x86_64
❯ chmod +x runtime-fuse2-x86_64
❯ ./runtime-fuse2-x86_64 --appimage-version
--appimage-version is not yet implemented in version https://github.com/probonopd/static-tools/commit/09b0b43
❯ ./runtime-fuse2-x86_64 --appimage-help
AppImage options:

  --appimage-extract [<pattern>]  Extract content from embedded filesystem image
                                  If pattern is passed, only extract matching files
  --appimage-help                 Print this help
  --appimage-mount                Mount embedded filesystem image and print
                                  mount point and wait for kill with Ctrl-C
  --appimage-offset               Print byte offset to start of embedded
                                  filesystem image
  --appimage-portable-home        Create a portable home folder to use as $HOME
  --appimage-portable-config      Create a portable config folder to use as
                                  $XDG_CONFIG_HOME
  --appimage-signature            Print digital signature embedded in AppImage
  --appimage-updateinfo[rmation]  Print update info embedded in AppImage
  --appimage-version              Print version of AppImageKit

(...)

Compare with

❯ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64
❯ chmod +x runtime-x86_64
❯ ./runtime-x86_64 --appimage-version
Version: 90704a0
@probonopd probonopd added the bug Something isn't working label Sep 19, 2022
@probonopd
Copy link
Owner

You are right, this still needs to be backported. Also the description needs to be changed to say "AppImage runtime" instead of "AppImageKit".

probonopd added a commit that referenced this issue Sep 23, 2022
probonopd added a commit that referenced this issue Sep 29, 2022
lalten pushed a commit to lalten/static-tools that referenced this issue Oct 2, 2022
lalten pushed a commit to lalten/static-tools that referenced this issue Oct 2, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants