diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-29 21:57:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 21:57:27 +0000 |
commit | f68de375b67d18f6ea5940e9e93ada1ed4e03caf (patch) | |
tree | 6c9dcf1d06f06792e41ec30fbb0490c82cad16a8 /extra/windows/wix/alacritty.wxs | |
parent | 3d5fe5fa5a150639d2951f0060d81eb9e015c8e1 (diff) | |
download | alacritty-f68de375b67d18f6ea5940e9e93ada1ed4e03caf.tar.gz alacritty-f68de375b67d18f6ea5940e9e93ada1ed4e03caf.zip |
Diffstat (limited to 'extra/windows/wix/alacritty.wxs')
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index 9ee48beb..bcd1c98a 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -2,7 +2,7 @@ <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> - <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.2-rc4" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.2" Manufacturer="Alacritty"> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/> <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/> <Icon Id="AlacrittyIco" SourceFile="..\extra\windows\alacritty.ico"/> |