probonopd / go-appimage

Go implementation of AppImage tools
MIT License
821 stars 71 forks source link

Create flag ` --runtime-file` #188

Closed lil5 closed 2 years ago

lil5 commented 2 years ago
WARNING:appimagetool:flag provided but not defined: -runtime-file

This was generated by appimage-builder maybe including an empty flag to allow for fake backward compatibility would be great, this flag would not be handled but atleast the show can go on.

probonopd commented 2 years ago

I don't think this error message is coming from https://github.com/probonopd/go-appimage. Hence cosing here. Please reply if you think this is a mistake. Thanks!

lil5 commented 2 years ago

@probonopd Indeed you are correct, this was a tool called appimage-builder link that uses appimagetool.

I was having trouble getting appimagetool working on Github Actions so I thought I'll try using go-appimage (renaming the binary to appimagetool) instead, turned out that appimage-builder used a flag in appimagetool that go-appimage does not have.

:open_hands: I'm trying to fully explain the issue, no aggravation is intended,

If go-appimage is trying to become a replacement of appimagetool then I would assume that this issue is still relevant.