This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d "%~dp0"
|
||||
npm install || exit /b 1
|
||||
npm run verify || exit /b 1
|
||||
npm run build:win || exit /b 1
|
||||
echo Windows artifacts are in apps\desktop\release.
|
||||
Reference in New Issue
Block a user