summaryrefslogtreecommitdiffstats
path: root/extra/windows
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-02 22:58:18 +0000
committerGitHub <noreply@github.com>2019-04-02 22:58:18 +0000
commit48d781d1238835db9f2d30742ccf50dd53be7bed (patch)
treed1d93e7371b3c6ad8bb667561d030cbaebda4fc6 /extra/windows
parent6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0 (diff)
Fix Windows deployment
Diffstat (limited to 'extra/windows')
-rw-r--r--extra/windows/wix/alacritty.wxs4
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"/>