Closed lil5 closed 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!
@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.
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.