Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
daxgames committed Nov 11, 2023
2 parents 3b8e87d + 5e22496 commit 289bcf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vendor/bin/cmder_shell.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if "%cmder_init%" == "1" (
)

pushd "%CMDER_ROOT%"
call "%CMDER_ROOT%\vendor\init.bat" /f
call "%CMDER_ROOT%\vendor\init.bat" /f %*
popd
12 changes: 6 additions & 6 deletions vendor/sources.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "git-for-windows",
"version": "2.41.0.windows.3",
"url": "https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/PortableGit-2.41.0.3-64-bit.7z.exe"
"version": "2.43.0-rc0.windows.1",
"url": "https://github.com/git-for-windows/git/releases/download/v2.43.0-rc0.windows.1/PortableGit-2.43.0-rc0-64-bit.7z.exe"
},
{
"name": "clink",
"version": "1.5.1",
"url": "https://github.com/chrisant996/clink/releases/download/v1.5.1/clink.1.5.1.1e9e51.zip"
"version": "1.5.12",
"url": "https://github.com/chrisant996/clink/releases/download/v1.5.12/clink.1.5.12.c7156f.zip"
},
{
"name": "conemu-maximus5",
Expand All @@ -16,7 +16,7 @@
},
{
"name": "clink-completions",
"version": "0.4.10",
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.10.zip"
"version": "0.4.11",
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.11.zip"
}
]

0 comments on commit 289bcf0

Please sign in to comment.