Skip to content

Commit c5f4e92

Browse files
committed
chore(install): update installer title to "VITE+(⚡︎) Installer"
1 parent 0a87566 commit c5f4e92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
INSTALL_BASH="curl -fsSL https://viteplus.dev/install.sh | bash"
241241
INSTALL_PS1="irm https://viteplus.dev/install.ps1 | iex"
242242
else
243-
INSTALL_BASH="curl -fsSL https://viteplus.dev/install.sh | VERSION=${{ env.VERSION }} bash"
244-
INSTALL_PS1="\\\$env:VERSION=\\\"${{ env.VERSION }}\\\"; irm https://viteplus.dev/install.ps1 | iex"
243+
INSTALL_BASH="curl -fsSL https://viteplus.dev/install.sh | VITE_PLUS_VERSION=${{ env.VERSION }} bash"
244+
INSTALL_PS1="\\\$env:VITE_PLUS_VERSION=\\\"${{ env.VERSION }}\\\"; irm https://viteplus.dev/install.ps1 | iex"
245245
fi
246246
cat > ./RELEASE_BODY.md <<EOF
247247
## vite-plus v${{ env.VERSION }}

packages/global/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function Cleanup-OldVersions {
186186

187187
function Main {
188188
Write-Host ""
189-
Write-Host " Vite+ CLI Installer"
189+
Write-Host " VITE+(⚡︎) Installer"
190190
Write-Host ""
191191

192192
$arch = Get-Architecture

packages/global/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ cleanup_old_versions() {
270270

271271
main() {
272272
echo ""
273-
echo " Vite+ CLI Installer"
273+
echo " VITE+(⚡︎) Installer"
274274
echo ""
275275

276276
check_requirements

0 commit comments

Comments
 (0)