Manually set windows version.

This commit is contained in:
KtorZ 2024-07-25 12:07:27 +02:00
parent 9e08f9b4e6
commit 9dc4c915f3
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 9 additions and 1 deletions

View File

@ -34,6 +34,14 @@ install-updater = false
install-path = "~/.aiken/bin" install-path = "~/.aiken/bin"
# Whether to publish prereleases to package managers # Whether to publish prereleases to package managers
publish-prereleases = true publish-prereleases = true
# Temporary allowing the msi template to be dirty. cargo-dist==0.19.1 doesn't
# like our tag format as it's unable to convert it for a Windows-suitable format.
#
# However, we cannot rollback to a previous version as we need some of the recent
# fixes. So it's slightly annoying but we'll have to modify the wix template by
# hand and likely drop this once we move to a different version scheme at the end of
# alpha.
allow-dirty = ["msi"]
# Cargo-dist uses ubuntu-20.04 by default, causing issues in various cases # Cargo-dist uses ubuntu-20.04 by default, causing issues in various cases
# because it links with openssl-1.1 whereas recent distro ships with 3.x # because it links with openssl-1.1 whereas recent distro ships with 3.x

View File

@ -65,7 +65,7 @@
Manufacturer='Lucas Rosa; Kasey White; KtorZ' Manufacturer='Lucas Rosa; Kasey White; KtorZ'
Language='1033' Language='1033'
Codepage='1252' Codepage='1252'
Version='$(var.Version)'> Version='1.0.30'>
<Package Id='*' <Package Id='*'
Keywords='Installer' Keywords='Installer'