Stefan Oltmann
07/08/2021, 2:02 PMAlexander Kurasov[JB]
07/08/2021, 2:10 PMBig Chungus
07/08/2021, 2:12 PMKt
Big Chungus
07/08/2021, 2:13 PMMainKt
is the best app name you could have, why would you want anything else? ๐Casey Brooks
07/08/2021, 2:26 PMdockName
property in nativeDistributions.macOS
change it? https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#platform-specific-optionsStefan Oltmann
07/08/2021, 3:56 PMStefan Oltmann
07/08/2021, 3:56 PMStefan Oltmann
07/08/2021, 4:17 PMfun main() {
System.setProperty(
"com.apple.mrj.application.apple.menu.about.name",
"MyApp"
)
Window(
and
compose.desktop {
application {
mainClass = "MainKt"
jvmArgs += listOf("-Dcom.apple.mrj.application.apple.menu.about.name=MyApp")
Does it work for you?jim
07/08/2021, 5:43 PMapple.awt.application.name
. If you replace your system property that line in the first code block with System.setProperty("apple.awt.application.name", "MyApp");
then it appears to work for me. Can you give that a try? Does that work for you?Stefan Oltmann
07/08/2021, 6:38 PMMichael Paus
07/10/2021, 9:11 AMStefan Oltmann
07/10/2021, 4:42 PMjim
07/10/2021, 4:51 PMMichael Paus
07/10/2021, 5:02 PMStefan Oltmann
07/12/2021, 12:34 PM