add version number to hugo executable file name

This commit is contained in:
KemoNine 2024-07-06 10:21:20 -04:00
parent 5d60148105
commit 4539dd8d2c
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# Get path of this script
$Path = $PSScriptRoot
Write-Host $Path\hugo.exe
Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global
# Setup hugo command alias
Set-Alias -Value $Path\hugo-0.128.2.exe -Name hugo -Scope Global