<modify>: change default path to '${HOME}\Downloads'.

This commit is contained in:
YiXuan Ding 2024-10-27 19:43:37 +08:00 committed by ccmywish
parent a21af7a385
commit b089172ebc

View File

@ -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"