diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 01:45:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 01:45:41 +0000 |
commit | a8b79b2d0a1a71f0fcd0ffc0493b631187143eb2 (patch) | |
tree | 67b8911a3fae977fdb3badffdbc8e128688ab55f /extra/windows | |
parent | 6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (diff) | |
download | alacritty-a8b79b2d0a1a71f0fcd0ffc0493b631187143eb2.tar.gz alacritty-a8b79b2d0a1a71f0fcd0ffc0493b631187143eb2.zip |
Alacritty version 0.9.0-rc1v0.9.0-rc1alacritty_terminal_v0.15.0-rc1
Diffstat (limited to 'extra/windows')
-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 961faeb8..221e781c 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="windows-1252"?> <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.8.0-dev" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.9.0-rc1" 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"/> |