Icon and app name

This commit is contained in:
Rukira 2026-03-04 16:18:25 +00:00
parent 910fbc3497
commit 8a437abb0f
2 changed files with 64 additions and 32 deletions

View file

@ -69,8 +69,16 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "com.rukira.wowbackup"
packageName = "WoW Backup"
packageVersion = appVersion
macOS {
bundleID = "com.rukira.wowbackup"
}
windows {
upgradeUuid = "e5a8b2c4-1f3d-4a6e-9b7c-2d8f0e1a3b5c"
}
}
}
}