Skip to content

Commit 9a7724e

Browse files
committed
.msi building
1 parent 2d0c161 commit 9a7724e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wix/main.wxs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
66
<?endif ?>
77

8+
<?define ExePath="dist/git-tree-windows-x86_64.exe" ?>
9+
810
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
911

1012
<Product
@@ -36,7 +38,6 @@
3638
its %APPDATA% path without needing write access here. -->
3739
<Directory Id="INSTALLFOLDER" Name="GitTree">
3840
<Component Id="MainExe" Guid="*">
39-
<?define ExePath="dist/git-tree-windows-x86_64.exe" ?>
4041
<File
4142
Id="GitTreeExe"
4243
Source="${var.ExePath}"

0 commit comments

Comments
 (0)