Skip to content

Commit

Permalink
<modify>: change default path to '${HOME}\Downloads'.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdynex authored and ccmywish committed Oct 27, 2024
1 parent a21af7a commit b089172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b089172

Please sign in to comment.