Add alpha and beta versions
This commit is contained in:
11
beta1/gitea_analyzer_app/build_exe.bat
Normal file
11
beta1/gitea_analyzer_app/build_exe.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
echo Installing libraries...
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
echo Building EXE...
|
||||
python -m PyInstaller --onefile --windowed --name GiteaAnalyzer main.py
|
||||
|
||||
echo.
|
||||
echo Done! EXE file is here: dist\GiteaAnalyzer.exe
|
||||
echo You can copy it to Desktop.
|
||||
pause
|
||||
Reference in New Issue
Block a user