mirror of https://git.48k.eu/ogclient
9 lines
342 B
Batchfile
9 lines
342 B
Batchfile
:: Create version_info.txt
|
|
python utils\create_version_file.py
|
|
|
|
:: Build the service binary with clean
|
|
pyinstaller --onefile --noconsole --version-file=ogclient-version-info.txt --clean ogclient
|
|
|
|
:: Build the systray binary with clean
|
|
pyinstaller --onefile --noconsole --version-file=systray-version-info.txt --clean systray\ogclient-systray
|