Add alpha and beta versions
This commit is contained in:
6
alpha/gitea_simple_app/build_windows_exe.bat
Normal file
6
alpha/gitea_simple_app/build_windows_exe.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install pyinstaller
|
||||
python -m PyInstaller --onefile --windowed --name GiteaAnalyzer main.py
|
||||
pause
|
||||
Reference in New Issue
Block a user