fix: change download path
All checks were successful
/ deploy_site (push) Successful in 2s

This commit is contained in:
2025-01-07 15:56:31 +09:00
parent 9dd7e3479a
commit 61b277b13a

View File

@ -40,10 +40,11 @@ $env:PATH = "$env:PATH;C:\Program Files\Vim\vim91;"
'@ | `
Out-File -FilePath $profile
cd ~/Desktop
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -useb https://releases.pmh.codes/cocktail.tar -OutFile cocktail.tar
Invoke-WebRequest -useb https://releases.pmh.codes/koishi.zip -OutFile koishi.zip
tar -xvf cocktail.tar
powershell code pack/
Expand-Archive koishi.zip