From b089172ebc63c8eec60c065dd0fe32f5dd0a6a60 Mon Sep 17 00:00:00 2001 From: YiXuan Ding <1328032567@qq.com> Date: Sun, 27 Oct 2024 19:43:37 +0800 Subject: [PATCH] : change default path to '${HOME}\Downloads'. --- tool/install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/install.ps1 b/tool/install.ps1 index 9a440d9..1ea8f84 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"