Skip to content

Commit

Permalink
add Wix root
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Feb 27, 2024
1 parent 7e9e2ea commit e0b6ad5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src-tauri/add_to_path.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Fragment>
<Component Id="AddToPath" Guid="75db7be5-406d-4b45-a545-455d6467887d">
<Environment Id="AddToPathEnv" Name="PATH" Value="[INSTALLDIR]" Action="set" Part="last" System="yes" />
</Component>
</Fragment>
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<Component Id="AddToPath" Guid="75db7be5-406d-4b45-a545-455d6467887d">
<Environment Id="AddToPathEnv" Name="PATH" Value="[INSTALLDIR]" Action="set" Part="last"
System="yes" />
</Component>
</Fragment>
</Wix>

0 comments on commit e0b6ad5

Please sign in to comment.