mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Fix build script
This commit is contained in:
@@ -16,9 +16,11 @@ dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:Platform=x64 -p:
|
||||
Write-Host "Building Node.js..." -ForegroundColor Green
|
||||
Remove-Item -Path "node_modules" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
npm ci --loglevel=error
|
||||
$ErrorActionPreference = "Continue"
|
||||
npm run prod
|
||||
$ErrorActionPreference = "Stop"
|
||||
Remove-Item -Path "build\Cef\html" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
New-Item -ItemType Junction -Path "build\Cef\html" -Target "html"
|
||||
New-Item -ItemType Junction -Path "build\Cef\html" -Target "build\html"
|
||||
|
||||
Write-Host "Creating Zip..." -ForegroundColor Green
|
||||
cd "build\Cef"
|
||||
|
||||
Reference in New Issue
Block a user