Download for Android

This commit is contained in:
Aoran Zeng
2025-07-22 20:57:09 +08:00
parent fde3b37f01
commit e186b33850
2 changed files with 21 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
# File Name : download-pre-on-GitHub.ps1
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Created On : <2023-09-21>
# Last Modified : <2025-07-15>
# Last Modified : <2025-07-22>
#
# Download all files from the `pre` release on GitHub:
# https://github.com/RubyMetric/chsrc/releases/tag/pre
@@ -20,13 +20,17 @@ $destination = (Resolve-Path $destination).Path
$names = @(
'chsrc-x64-windows.exe'
'chsrc-x86-windows.exe'
'chsrc-aarch64-macos'
'chsrc-x64-macos'
'chsrc-x64-linux'
'chsrc-aarch64-linux'
'chsrc-riscv64-linux'
'chsrc-armv7-linux'
'chsrc_latest-1_amd64.deb'
'chsrc-arm64-android'
)
# Like https://github.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe