Can I somehow rename the created installer file fr...
# compose-desktop
m
Can I somehow rename the created installer file from compose? Like giving it a custom name instead of the generated
1
g
did you try something like
Copy code
compose.desktop {
	application {
		nativeDistributions {
			packageName = "name you want"
		}
	}
}
thank you color 1
m
Does this refer to the Jar/Installer Filename?
Turned out, I've already set this field, but the Filename is still generated by gradle itself
Seems to be like {PACKAGE_NAME}-{VERSION}