Manually set windows version.
This commit is contained in:
parent
9e08f9b4e6
commit
9dc4c915f3
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue