mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-06 14:23:41 +00:00
Add logo to postInstall.ps1
Add logo to postInstall.ps1
This commit is contained in:
parent
c37d42418d
commit
e3ec367390
|
|
@ -13,6 +13,23 @@ param(
|
|||
[string]$Components = ""
|
||||
)
|
||||
|
||||
# ================================
|
||||
# LOGO
|
||||
# ================================
|
||||
$logo = @"
|
||||
__ __ _ _ ____
|
||||
\ \ / /__| |___ ___ _ __ | / ___|
|
||||
\ \ /\ / / _ \ / __|/ _ \| '_ \ _ | \___ \
|
||||
\ V V / __/ \__ \ (_) | | | | |_| |___) |
|
||||
\_/\_/ \___|_|___/\___/|_| |_| \___/|____/
|
||||
|
||||
WelsonJS post-install script
|
||||
https://github.com/gnh1201/welsonjs
|
||||
|
||||
"@
|
||||
|
||||
Write-Host $logo
|
||||
|
||||
# ================================
|
||||
# SCRIPT ROOT RESOLUTION
|
||||
# ================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user