We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b464568 commit a08b83aCopy full SHA for a08b83a
pretixscan/composeApp/build.gradle.kts
@@ -154,6 +154,7 @@ compose.desktop {
154
155
nativeDistributions {
156
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
157
+ packageName = "pretixSCAN"
158
packageVersion = version
159
vendor = "pretix GmbH"
160
copyright = "pretix.eu, Raphael Michel"
@@ -164,7 +165,6 @@ compose.desktop {
164
165
// alternatively: includeAllModules = true
166
167
macOS {
- packageName = "pretixSCAN"
168
iconFile.set(File("logo/pretix_app_icon.icns"))
169
}
170
windows {
@@ -183,7 +183,6 @@ compose.desktop {
183
184
185
linux {
186
187
iconFile.set(File("logo/pretix_app_icon.png"))
188
189
0 commit comments