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