Add alpha and beta versions

This commit is contained in:
2026-05-24 13:51:49 +03:00
commit 12ee7eee2d
27 changed files with 1305 additions and 0 deletions

View 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