mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 21:33:23 +08:00
Download for Android
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user