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 67fdf40 commit 1b6cc18Copy full SHA for 1b6cc18
pretixscan/composeApp/build.gradle.kts
@@ -154,7 +154,7 @@ compose.desktop {
154
155
nativeDistributions {
156
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
157
- packageName = "pretixSCAN"
+ packageName = "pretixSCAN Desktop"
158
packageVersion = version
159
vendor = "pretix GmbH"
160
copyright = "pretix.eu, Raphael Michel"
@@ -174,7 +174,7 @@ compose.desktop {
174
console = false
175
dirChooser = true
176
perUserInstall = false
177
- menuGroup = "pretixSCAN"
+ menuGroup = "pretixSCAN Desktop"
178
shortcut = true
179
180
// Upgrade settings - consistent UUID for upgrade support
0 commit comments