diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-10-14 01:57:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 01:57:56 +0000 |
commit | 1ea49b9a6fde8c982096af0ea9c498cae88eb978 (patch) | |
tree | ddb93786ced5129f83418958077d4e6eeb2b4f1c | |
parent | 21c75d9d94e1a338501d2011f17710ff5174ac01 (diff) | |
download | alacritty-1ea49b9a6fde8c982096af0ea9c498cae88eb978.tar.gz alacritty-1ea49b9a6fde8c982096af0ea9c498cae88eb978.zip |
Fix Windows release build
Closes #6392.
-rw-r--r-- | alacritty/windows/wix/alacritty.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 2ac8debf..1a002d8f 100644 --- a/alacritty/windows/wix/alacritty.wxs +++ b/alacritty/windows/wix/alacritty.wxs @@ -3,8 +3,8 @@ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.12.0-dev" 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"/> - <WixVariable Id="WixUILicenseRtf" Value=".\extra\windows\wix\license.rtf"/> + <Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico"/> + <WixVariable Id="WixUILicenseRtf" Value=".\alacritty\windows\wix\license.rtf"/> <Property Id="ARPPRODUCTICON" Value="AlacrittyIco"/> <MediaTemplate EmbedCab="yes"/> <UIRef Id="WixUI_Minimal"/> |