mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 20:10:58 +00:00
Merge pull request #57 from futureproperty/master
fix brigdeargs -> bridgeargs
This commit is contained in:
commit
ee8d3b0678
@ -112,10 +112,10 @@ do
|
|||||||
else
|
else
|
||||||
reg add "$direckey\\shell\\$name" /d "$name in Mintty Here" /f
|
reg add "$direckey\\shell\\$name" /d "$name in Mintty Here" /f
|
||||||
reg add "$direckey\\shell\\$name" /v Icon /d "$icon" /f
|
reg add "$direckey\\shell\\$name" /v Icon /d "$icon" /f
|
||||||
cmd /C reg add "$direckey\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" --dir \"%1\" $minttyargs $brigdeargs" /f
|
cmd /C reg add "$direckey\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" --dir \"%1\" $minttyargs $bridgeargs" /f
|
||||||
reg add "$direckey\\Background\\shell\\$name" /d "$name in Mintty Here" /f
|
reg add "$direckey\\Background\\shell\\$name" /d "$name in Mintty Here" /f
|
||||||
reg add "$direckey\\Background\\shell\\$name" /v Icon /d "$icon" /f
|
reg add "$direckey\\Background\\shell\\$name" /v Icon /d "$icon" /f
|
||||||
cmd /C reg add "$direckey\\Background\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" $minttyargs $brigdeargs" /f
|
cmd /C reg add "$direckey\\Background\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" $minttyargs $bridgeargs" /f
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user