Skip to content

Commit

Permalink
Update to git v2.39.1 and Posh-Git v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Feb 14, 2023
1 parent 18d9049 commit e0449a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Package/GitComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</Fragment>

<Fragment>
<ComponentGroup Id='GitCredentialManager' Directory='GitCoreFolder'>
<ComponentGroup Id='GitCredentialManager' Directory='Mingw32BinFolder'>
<Component>
<fg:HarvestFile Id='CredManagerFile' Source='..\..\files\mingw32\libexec\git-core\git-credential-manager-core.exe' />
<fg:HarvestFile Id='CredManagerFile' Source='..\..\files\mingw32\bin\git-credential-manager-core.exe' />
</Component>
</ComponentGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/Package/GitProduct.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'
xmlns:dep='http://schemas.microsoft.com/wix/DependencyExtension'>
<Product Id='*' Name='Git on Windows' Language='1033' Manufacturer='RobMensching.com LLC'
<Product Id='*' Name='Git on Windows' Language='1033' Manufacturer='Rob Mensching'
Version='!(bind.fileVersion.git.exe)'
UpgradeCode='abbb3e1d-fea0-4b84-9585-b4dc13cbc1b4'>
<Package InstallScope='perMachine' Compressed='yes' />
Expand Down Expand Up @@ -32,6 +32,7 @@
<Directory Id='INSTALLFOLDER' Name='Git'>
<Directory Id='BinFolder' Name='bin' />
<Directory Id='Mingw32Folder' Name='mingw32'>
<Directory Id='Mingw32BinFolder' Name='bin' />
<Directory Id='LibexecFolder' Name='libexec'>
<Directory Id='GitCoreFolder' Name='git-core' />
</Directory>
Expand Down

0 comments on commit e0449a6

Please sign in to comment.