enighma
08/12/2022, 7:23 PMimplementation(compose.desktop.currentOs)
to
implementation(compose.desktop.macos_x64)
and run the gradle task: packageDmg
?
Because when I had someone try the dmg file, the app had a cross over it.Thomas
08/12/2022, 8:02 PMenighma
08/12/2022, 8:32 PMThomas
08/12/2022, 8:33 PMenighma
08/12/2022, 8:38 PMAlso remember to set it in the build.gradle.kts in your compose configYou mean
implementation(compose.desktop.macos_x64)
right? or what other config is there?Thomas
08/12/2022, 9:19 PMenighma
08/12/2022, 9:58 PMSean Proctor
08/15/2022, 9:29 PM