mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 22:20:16 +08:00
<modify>: change default path to '${HOME}\Downloads'.
This commit is contained in:
parent
a21af7a385
commit
b089172ebc
|
@ -13,11 +13,11 @@
|
|||
param(
|
||||
[switch]
|
||||
$h,
|
||||
$d = "${Home}\.chsrc\bin",
|
||||
$d = "${HOME}\Downloads",
|
||||
$v = "pre"
|
||||
)
|
||||
$fileName = "\chsrc.exe"
|
||||
$default_path = "${Home}\.chsrc\bin"
|
||||
$default_path = "${HOME}\Downloads"
|
||||
$binary_name = "chsrc"
|
||||
$platform = "Windows"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user