Files
Claude Project Manager 3f2a2fc4dc Initial commit
2025-07-10 19:36:09 +02:00

11 Zeilen
239 B
Batchfile

@echo off
echo Building Metadaten-Crawler...
echo.
echo Installing dependencies...
call npm install
echo.
echo Creating Windows executable...
call npm run build-win
echo.
echo Build complete! Check the dist folder for the executable.
pause