mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-28 07:22:48 +08:00
Add download link for macOS
This commit is contained in:
parent
82617b2ce2
commit
136f8c4c70
@ -2,17 +2,11 @@
|
|||||||
# File : download-release.ps1
|
# File : download-release.ps1
|
||||||
# Authors : Aoran Zeng <ccmywish@qq.com>
|
# Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
# Created on : <2023-09-21>
|
# Created on : <2023-09-21>
|
||||||
# Last modified : <2024-05-25>
|
# Last modified : <2024-06-08>
|
||||||
#
|
#
|
||||||
# download:
|
# download:
|
||||||
#
|
#
|
||||||
# Download from GitHub Releases
|
# Download from GitHub Releases
|
||||||
# ----------
|
|
||||||
# Changelog:
|
|
||||||
#
|
|
||||||
# ~> v0.1.0
|
|
||||||
# <2024-05-25> Rename to download-release
|
|
||||||
# <2023-09-21> Create file
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
$destination = "~\Desktop\chsrc-GitHub-release"
|
$destination = "~\Desktop\chsrc-GitHub-release"
|
||||||
@ -24,6 +18,7 @@ Set-Location $destination
|
|||||||
$names = @(
|
$names = @(
|
||||||
'chsrc-x64-windows.exe'
|
'chsrc-x64-windows.exe'
|
||||||
'chsrc-x86-windows.exe'
|
'chsrc-x86-windows.exe'
|
||||||
|
'chsrc-aarch64-macos'
|
||||||
'chsrc-x64-macos'
|
'chsrc-x64-macos'
|
||||||
'chsrc-x64-linux'
|
'chsrc-x64-linux'
|
||||||
'chsrc-aarch64-linux'
|
'chsrc-aarch64-linux'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user