diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-09 15:39:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 15:39:45 +0000 |
commit | 4d9253bb8d6ca6044742ef874e8ff554f4e3b45e (patch) | |
tree | 8dbe190b16df79eb173deec3cd0ae9261c04501a /extra/windows/wix | |
parent | 1a3618fee2d6c55da77a145dc816e509399ffd78 (diff) | |
download | alacritty-4d9253bb8d6ca6044742ef874e8ff554f4e3b45e.tar.gz alacritty-4d9253bb8d6ca6044742ef874e8ff554f4e3b45e.zip |
Diffstat (limited to 'extra/windows/wix')
-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 982e19df..087c5be1 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.1-rc3" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.4.1" 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"/> |