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