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-06-19 15:55:47 +08:00
|
|
|
pyinstaller --onefile --add-data "install/Common.py:install" --add-data "datas/nssm.exe:datas" --add-data "datas/electromagnetic.jar:datas" .\install\InstallComacDB.py
|
2025-06-25 09:03:35 +08:00
|
|
|
pyinstaller --onefile --add-data "install/Common.py:install" --add-data "datas/init.sql:datas" .\install\UpdateSql.py
|