Hello everyone. Please, is there a possibility for...
# compose-desktop
g
Hello everyone. Please, is there a possibility for generating a .AppImage from a desktop compose project? Or should I write like, a custom gradle task for it? Thanks.
b
Custom task for sure. Someone might have a ready example for you though, otherwise you can follow regular appinage documentation to pack your .deb output
g
Oh, OK. Thanks very much👍🏼
The task should depend on the buildNativeDistribution task, right?
b
I'd assume so, you can use this plugin to visualize task dependency graph https://plugins.gradle.org/plugin/com.dorongold.task-tree
g
OK Thanks...