Hello everyone. Please, I would like to know if so...
# compose-desktop
g
Hello everyone. Please, I would like to know if someone has built some tooling( e.g Gradle plugin) for packaging a desktop compose app into an AppImage for universal distribution on all Linux-based systems. If not, what would it take to build one? Thanks.
I also noticed that Jetbrains Toolbox uses AppImage format(Maybe I did not see correctly). It would be nice to have a clue on how they were able to package it(if that is the case). cc @olonho
t
The Compose-desktop Gradle plugin could do this, last time I checked.
g
@tad packaging into an AppImage?
t
Yes, it's one of the options you have in addition to Deb and RPM
g
Thanks @tad. I probably need to check again. Please, any pointers?