Thomas
12/07/2020, 12:48 PMcompose.desktop {
application {
mainClass = "com.thomaskuenneth.tkdupefinder.MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg)
packageName = "TKDupeFinder"
version = "0.1-SNAPSHOT"
description = "Find duplicate files"
copyright = "© 2020 Thomas Kuenneth. All rights reserved."
vendor = "Thomas Kuenneth"
}
}
}
olonho
12/07/2020, 1:00 PMMichael Paus
12/07/2020, 3:02 PMThomas
12/07/2020, 3:04 PMsuresh
12/08/2020, 3:24 AMnativeDistributions {
macOS {
packageName = "App Name"
}
}