mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 06:29:46 +08:00
Update helper script name
This commit is contained in:
parent
9fe5782be4
commit
349d9aac4f
|
@ -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
|
Loading…
Reference in New Issue
Block a user