2025-06-19 15:28:33 +08:00
|
|
|
cd src
|
|
|
|
|
pyinstaller --onefile --add-data "install/Common.py:install" --add-data "datas/init.sql:datas" .\install\InstallMariaDB.py
|
2025-07-09 14:49:55 +08:00
|
|
|
pyinstaller --onefile --add-data "install/Common.py:install" --add-data "datas/nssm.exe:datas" --add-data "datas/electromagnetic.jar:datas" --add-data "datas/init.sql:datas" .\install\InstallOrUpgradeComacDB.py
|
|
|
|
|
pyinstaller --onefile .\install\Uninstall.py
|
|
|
|
|
pyinstaller --onefile .\install\SetFile.py
|