Skip to content

Commit 86a1fa3

Browse files
committed
Add deb to download
1 parent a7b5506 commit 86a1fa3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

0 commit comments

Comments
 (0)