Update helper script name

This commit is contained in:
Aoran Zeng 2024-10-25 14:09:34 +08:00
parent 9fe5782be4
commit 349d9aac4f
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -1,15 +1,13 @@
# --------------------------------------------------------------- # ---------------------------------------------------------------
# File : download-release.ps1 # File Name : download-pre-onGitHub.ps1
# Authors : Aoran Zeng <ccmywish@qq.com> # File Authors : Aoran Zeng <ccmywish@qq.com>
# Created on : <2023-09-21> # Created On : <2023-09-21>
# Last modified : <2024-06-11> # Last Modified : <2024-10-25>
# #
# download: # Download all files from the `pre` release on GitHub
#
# Download from GitHub Releases
# --------------------------------------------------------------- # ---------------------------------------------------------------
$destination = "~\Desktop\chsrc-GitHub-release" $destination = "~\Desktop\chsrc-pre-onGitHub"
Write-Output "=> Mkdir $destination" Write-Output "=> Mkdir $destination"
mkdir -Force $destination | Out-Null mkdir -Force $destination | Out-Null