mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
One-click build (#188)
* Add cd .. to build-njs.cmd Minor Improvement, Working Dir should be returned to path that cmd located after build. * One-click build Add build.cmd to combine 3-steps build. Require VS x64 Native Shell to run cmd file. * Update build-7z.cmd
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
cd html
|
||||
call npm ci
|
||||
call npm run production
|
||||
cd ..
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user