Skip to content

Commit c2f416a

Browse files
committed
feat(desktop): Add AppImage as a target format
This commit adds support for building the desktop application as an AppImage package for Linux distributions. `TargetFormat.AppImage` has been added to the list of native distribution formats in the build configuration.
1 parent c8885e9 commit c2f416a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ compose.desktop {
109109
TargetFormat.Msi,
110110
TargetFormat.Deb,
111111
TargetFormat.Rpm,
112+
TargetFormat.AppImage,
112113
)
113114
windows {
114115
iconFile.set(project.file("logo/app_icon.ico"))

0 commit comments

Comments
 (0)