mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update manuals in Docs/
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script *open-git-extensions.ps1*
|
||||
## The *open-git-extensions.ps1* PowerShell Script
|
||||
|
||||
open-git-extensions.ps1
|
||||
|
||||
@ -37,7 +37,7 @@ function TryToExec { param($Folder, $Binary)
|
||||
try {
|
||||
TryToExec "C:\Program Files (x86)\GitExtensions" "GitExtensions.exe"
|
||||
TryToExec "C:\Program Files\GitExtensions" "GitExtensions.exe"
|
||||
& "$PSScriptRoot/give-reply.ps1" "Sorry, can't find Git Extensions."
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry, can't find Git Extensions."
|
||||
exit 1
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user