Skip to content

Commit

Permalink
Update to Git v2.20.1.1 and posh-git v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Dec 22, 2018
1 parent 49583db commit c84bda6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Package/GitComponents.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:fg="http://www.firegiant.com/schemas/v3/wxs/fgwep.xsd">
<Fragment>
<ComponentGroup Id='GitComponents' Directory='INSTALLFOLDER'>
<Component>
<ComponentGroup Id='GitComponents'>
<Component Directory='BinFolder'>
<fg:HarvestFile Source='..\..\files\bin\git.exe' KeyIdentifier='git.exe' />
</Component>
<Component>
<Component Directory='INSTALLFOLDER'>
<fg:HarvestFolder Source='..\..\files\' Strategy='contentFileComponentsWithGeneratedKeyPath' />
</Component>
</ComponentGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Package/GitProduct.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Feature Id='Git'>
<Component Directory='INSTALLFOLDER'>
<RegistryValue Root='HKLM' Key='Software\Git' Name='InstallFolder' Value='[INSTALLFOLDER]' Type='string' />
<Environment Id='UpdatePath' Name='PATH' Value='[dir6224ijVLx94XYG2KL6z4YR8qrrs]' Action='set' Part='last' System='yes' />
<Environment Id='UpdatePath' Name='PATH' Value='[BinFolder]' Action='set' Part='last' System='yes' />
</Component>

<Component Directory='INSTALLFOLDER'>
Expand All @@ -30,6 +30,7 @@
<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='ProgramFilesFolder' Name='PFiles'>
<Directory Id='INSTALLFOLDER' Name='Git'>
<Directory Id='BinFolder' Name='bin' />
<Directory Id='Mingw32Folder' Name='mingw32'>
<Directory Id='LibexecFolder' Name='libexec'>
<Directory Id='GitCoreFolder' Name='git-core' />
Expand Down

0 comments on commit c84bda6

Please sign in to comment.