mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fixes
This commit is contained in:
+6
-1
@@ -14,7 +14,7 @@ msbuild VRCX.sln -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConf
|
||||
Write-Host "Building Node.js..." -ForegroundColor Green
|
||||
cd "html"
|
||||
Remove-Item -Path "node_modules" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
npm ci
|
||||
npm ci --loglevel=error
|
||||
npm run prod
|
||||
cd ..
|
||||
Remove-Item -Path "bin\x64\Release\html" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
@@ -34,4 +34,9 @@ Start-Sleep -Seconds 1
|
||||
Move-Item VRCX_Setup.exe ..\$SetupName -Force
|
||||
cd ..
|
||||
|
||||
Write-Host "Creating SHA256-hash..." -ForegroundColor Green
|
||||
$hash = Get-FileHash -Path $SetupName -Algorithm SHA256
|
||||
$hashLine = "$($hash.Hash) $SetupName"
|
||||
$hashLine | Out-File -FilePath "SHA256SUMS.txt" -Encoding ASCII
|
||||
|
||||
Write-Host "Done!" -ForegroundColor Green
|
||||
Reference in New Issue
Block a user