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