diff --git a/tool/install.ps1 b/tool/install.ps1 index 9a440d93..1ea8f84e 100644 --- a/tool/install.ps1 +++ b/tool/install.ps1 @@ -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"