1 parent 2d0c161 commit 9a7724eCopy full SHA for 9a7724e
1 file changed
wix/main.wxs
@@ -5,6 +5,8 @@
5
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
6
<?endif ?>
7
8
+<?define ExePath="dist/git-tree-windows-x86_64.exe" ?>
9
+
10
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
11
12
<Product
@@ -36,7 +38,6 @@
36
38
its %APPDATA% path without needing write access here. -->
37
39
<Directory Id="INSTALLFOLDER" Name="GitTree">
40
<Component Id="MainExe" Guid="*">
- <?define ExePath="dist/git-tree-windows-x86_64.exe" ?>
41
<File
42
Id="GitTreeExe"
43
Source="${var.ExePath}"
0 commit comments