diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-02 22:58:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 22:58:18 +0000 |
commit | 48d781d1238835db9f2d30742ccf50dd53be7bed (patch) | |
tree | d1d93e7371b3c6ad8bb667561d030cbaebda4fc6 /extra | |
parent | 6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0 (diff) | |
download | alacritty-48d781d1238835db9f2d30742ccf50dd53be7bed.tar.gz alacritty-48d781d1238835db9f2d30742ccf50dd53be7bed.zip |
Fix Windows deployment
Diffstat (limited to 'extra')
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index 6f88f16e..e00c01c5 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -5,8 +5,8 @@ <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.2.9" 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="..\alacritty.ico"/> - <WixVariable Id="WixUILicenseRtf" Value="license.rtf"/> + <Icon Id="AlacrittyIco" SourceFile="..\extra\windows\alacritty.ico"/> + <WixVariable Id="WixUILicenseRtf" Value="..\extra\windows\wix\license.rtf"/> <Property Id="ARPPRODUCTICON" Value="AlacrittyIco"/> <MediaTemplate EmbedCab="yes"/> <UIRef Id="WixUI_Minimal"/> |