File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ f6bc623284914489e891bbac923feb774c862b99
1111abbab3f8b477e917d0a175d0de23cce121096631
1212126347025f9cade241beff182738b2527da7535e
13134740b836f300658b27e6ad4d79efac63c9c24c24
14+ be44bac95670b1cbbc91bd657882d985989846f9
Original file line number Diff line number Diff line change 2727. EXAMPLE
2828 .\build.ps1 -SourcesPath '~/custom/vendors.json'
2929
30- Build cmder with your own packages. See vendor/sources.json for the syntax you need to copy.
30+ Build Cmder with your own packages. See vendor/sources.json for the syntax you need to copy.
3131. NOTES
3232 AUTHORS
3333 Samuel Vasko, Jack Bennett
Original file line number Diff line number Diff line change 22. Synopsis
33 Pack Cmder
44. DESCRIPTION
5- Use this script to pack cmder into release archives
5+ Use this script to pack Cmder into release archives
66
77 You will need to make this script executable by setting your Powershell Execution Policy to Remote signed
88 Then unblock the script for execution with UnblockFile .\pack.ps1
99. EXAMPLE
1010 .\pack.ps1
1111
12- Creates default archives for cmder
12+ Creates default archives for Cmder
1313. EXAMPLE
1414 .\pack.ps1 -verbose
1515
16- Creates default archives for cmder with plenty of information
16+ Creates default archives for Cmder with plenty of information
1717. NOTES
1818 AUTHORS
1919 Samuel Vasko, Jack Bennett, Martin Kemp
Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ function Register-Cmder() {
172172 # Text for the context menu item.
173173 $MenuText = " Cmder Here"
174174
175- , # Defaults to the current cmder directory when run from cmder .
175+ , # Defaults to the current Cmder directory when run from Cmder .
176176 $PathToExe = (Join-Path $env: CMDER_ROOT " cmder.exe" )
177177
178178 , # Commands the context menu will execute.
179179 $Command = " %V"
180180
181- , # Defaults to the icons folder in the cmder package.
181+ , # Defaults to the icons folder in the Cmder package.
182182 $icon = (Split-Path $PathToExe | Join-Path - ChildPath ' icons/cmder.ico' )
183183 )
184184 Begin
You can’t perform that action at this time.
0 commit comments