Skip to content

Commit

Permalink
Updates Beyond Compare 5 path.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdcastel committed Dec 7, 2024
1 parent 2de4186 commit f829a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup-Dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name 'ContextMenuExtEntriesL
New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name 'ContextMenuExtEntriesHigh' -PropertyType 'DWORD' -Value 0x00012020 | Out-Null

# Configure TortoiseGit / Beyond Compare integration
New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name Diff -PropertyType String -Value '"C:\Program Files\Beyond Compare 4\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly' | Out-Null
New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name Merge -PropertyType String -Value '"C:\Program Files\Beyond Compare 4\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname' | Out-Null
New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name Diff -PropertyType String -Value '"C:\Program Files\Beyond Compare 5\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly' | Out-Null
New-ItemProperty HKCU:\Software\TortoiseGit -Force -Name Merge -PropertyType String -Value '"C:\Program Files\Beyond Compare 5\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname' | Out-Null

# Install Visual Studio Code
choco install vscode -y

0 comments on commit f829a37

Please sign in to comment.