probonopd / go-appimage

Go implementation of AppImage tools
MIT License
676 stars 69 forks source link

Compatible with `linuxdeployqt` parameters ? #291

Closed abcfy2 closed 1 week ago

abcfy2 commented 1 week ago

I use linuxdeployqt before, but seems currently appimagetool does not compatible with linuxdeployqt params like -exclude-libs=<list>, -extra-plugins=<list>, -no-copy-copyright-files and so on.

Would you please support all the other linuxdeployqt params ?

Thanks.

probonopd commented 1 week ago

Hi abcfy2, these are currently not implemented in go-appimage. Maybe I (or someone else) will come around to doing it at some time, but currently I am not working on it.