Skip to content

Commit 76ab3a7

Browse files
committed
surpress root dir in win installer
1 parent 1744241 commit 76ab3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/windows/installer/Installer.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<HarvestDirectory Include="..\..\..\target\release\assets">
1414
<ComponentGroupName>AssetsDirectory</ComponentGroupName>
1515
<DirectoryRefId>INSTALLFOLDER</DirectoryRefId>
16-
<SuppressRootDirectory>false</SuppressRootDirectory>
16+
<SuppressRootDirectory>true</SuppressRootDirectory>
1717
</HarvestDirectory>
1818
<BindPath Include="..\..\..\target\release\assets" />
1919
</ItemGroup>
@@ -22,7 +22,7 @@
2222
<HarvestDirectory Include="..\..\..\target\release\credits">
2323
<ComponentGroupName>CreditsDirectory</ComponentGroupName>
2424
<DirectoryRefId>INSTALLFOLDER</DirectoryRefId>
25-
<SuppressRootDirectory>false</SuppressRootDirectory>
25+
<SuppressRootDirectory>true</SuppressRootDirectory>
2626
</HarvestDirectory>
2727
<BindPath Include="..\..\..\target\release\credits" />
2828
</ItemGroup>
@@ -31,7 +31,7 @@
3131
<HarvestDirectory Include="..\..\..\target\release\scripts">
3232
<ComponentGroupName>ScriptsDirectory</ComponentGroupName>
3333
<DirectoryRefId>INSTALLFOLDER</DirectoryRefId>
34-
<SuppressRootDirectory>false</SuppressRootDirectory>
34+
<SuppressRootDirectory>true</SuppressRootDirectory>
3535
</HarvestDirectory>
3636
<BindPath Include="..\..\..\target\release\scripts" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)