Skip to content

Commit b089172

Browse files
wickdynexccmywish
authored andcommitted
<modify>: change default path to '${HOME}\Downloads'.
1 parent a21af7a commit b089172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
param(
1414
[switch]
1515
$h,
16-
$d = "${Home}\.chsrc\bin",
16+
$d = "${HOME}\Downloads",
1717
$v = "pre"
1818
)
1919
$fileName = "\chsrc.exe"
20-
$default_path = "${Home}\.chsrc\bin"
20+
$default_path = "${HOME}\Downloads"
2121
$binary_name = "chsrc"
2222
$platform = "Windows"
2323

0 commit comments

Comments
 (0)