Merge pull request #317 from MSDNicrosoft/master

Fix: Cannot upgrade on Windows
This commit is contained in:
Artem Chepurnyi 2024-05-03 09:35:28 +03:00 committed by GitHub
commit b0a786c0e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ compose.desktop {
}
windows {
iconFile.set(project.file("icon.ico"))
// The UUID is used with `Windows Installer` to identify
// products, components, upgrades, and other key elements of the installation process.
// See:
// https://wixtoolset.org/docs/v3/howtos/general/generate_guids/
upgradeUuid = "846C6281-F349-4833-9E0E-AAE1C06006A0"
}
linux {
iconFile.set(project.file("icon.png"))