Fix release script

This commit is contained in:
Pig Fang 2019-12-07 00:02:09 +08:00
parent a70260ca41
commit 7e8929d34f

View File

@ -20,7 +20,7 @@ Write-Host "Dependencies have been installed." -ForegroundColor Green
./scripts/build.ps1
$zip = "blessing-skin-server-$current.zip"
zip -9 -r $zip app bootstrap config database plugins public resources/lang resources/views resources/misc routes storage vendor .env.example artisan LICENSE README.md README_EN.md
zip -9 -r $zip app bootstrap config database plugins public resources/lang resources/views resources/misc routes storage vendor .env.example artisan LICENSE README.md README_EN.md index.html
Write-Host "Zip archive is created." -ForegroundColor Green
New-Item dist -ItemType Directory