Skip to content

Commit

Permalink
Update to latest harvesting guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Jun 9, 2020
1 parent 0bdecc8 commit 98084c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Package/GitComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Fragment>
<ComponentGroup Id='GitComponents'>
<Component Directory='BinFolder'>
<fg:HarvestFile Source='..\..\files\bin\git.exe' KeyIdentifier='git.exe' />
<fg:HarvestFile Source='..\..\files\bin\git.exe' Id='git.exe' />
</Component>
<Component Directory='INSTALLFOLDER'>
<fg:HarvestFolder Source='..\..\files\' Strategy='contentFileComponentsWithGeneratedKeyPath' />
Expand All @@ -15,7 +15,7 @@
<ComponentGroup Id='GitCredentialManager' Directory='GitCoreFolder'>
<Component>
<fg:HarvestFile Source='..\..\files\mingw32\libexec\git-core\git-credential-manager.exe'
KeyIdentifier='CredManagerFile' />
Id='CredManagerFile' />
</Component>
</ComponentGroup>

Expand Down

0 comments on commit 98084c8

Please sign in to comment.