Felipe Rotilho
./gradlew createDistributable
compose.desktop { application { mainClass = "cash.atto.wallet.MainKt" nativeDistributions { packageName = "AttoWallet" packageVersion = "1.0.0" linux { targetFormats(TargetFormat.AppImage) iconFile.set(project.file("src/commonMain/composeResources/drawable/logo.png")) } windows { targetFormats(TargetFormat.Msi) iconFile.set(project.file("src/commonMain/composeResources/drawable/logo.png")) } macOS { targetFormats(TargetFormat.Dmg) iconFile.set(project.file("src/commonMain/composeResources/drawable/logo.png")) } } } }
Norbel AMBANUMBEN
AppImage
Michael Paus
A modern programming language that makes developers happier.