Erste Version
This commit is contained in:
15
build.bat
Normal file
15
build.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
echo Installing required packages...
|
||||
pip install -r requirements.txt
|
||||
pip install pyinstaller
|
||||
|
||||
echo Building executable...
|
||||
python build.py
|
||||
|
||||
echo Done!
|
||||
if exist "dist\Serien-Checker.exe" (
|
||||
echo Executable created successfully at dist\Serien-Checker.exe
|
||||
) else (
|
||||
echo Error: Build failed!
|
||||
)
|
||||
pause
|
Reference in New Issue
Block a user