File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
2- # File Name : download-pre-onGitHub .ps1
2+ # File Name : download-pre-on-GitHub .ps1
33# File Authors : Aoran Zeng <[email protected] >44# Created On : <2023-09-21>
5- # Last Modified : <2024-10-25 >
5+ # Last Modified : <2025-06-16 >
66#
7- # Download all files from the `pre` release on GitHub
7+ # Download all files from the `pre` release on GitHub:
8+ # https://github.com/RubyMetric/chsrc/releases/tag/pre
89# ---------------------------------------------------------------
910
1011$destination = " ~\Desktop\chsrc-pre-onGitHub"
@@ -22,6 +23,7 @@ $names = @(
2223 ' chsrc-aarch64-linux'
2324 ' chsrc-riscv64-linux'
2425 ' chsrc-armv7-linux'
26+ ' chsrc_latest-1_amd64.deb'
2527)
2628
2729# Like https://github.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe
You can’t perform that action at this time.
0 commit comments