From 136f8c4c7095ac0be25dc2fc2857dc4dd584c3ac Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 8 Jun 2024 18:14:30 +0800 Subject: [PATCH] Add download link for macOS --- tool/download-release.ps1 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tool/download-release.ps1 b/tool/download-release.ps1 index 7296da9..80d2fe9 100644 --- a/tool/download-release.ps1 +++ b/tool/download-release.ps1 @@ -2,17 +2,11 @@ # File : download-release.ps1 # Authors : Aoran Zeng # Created on : <2023-09-21> -# Last modified : <2024-05-25> +# Last modified : <2024-06-08> # # download: # # 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" @@ -24,6 +18,7 @@ Set-Location $destination $names = @( 'chsrc-x64-windows.exe' 'chsrc-x86-windows.exe' + 'chsrc-aarch64-macos' 'chsrc-x64-macos' 'chsrc-x64-linux' 'chsrc-aarch64-linux'