add github action for build app for windows and linux

This commit is contained in:
2026-05-12 00:21:00 +03:00
parent 159a45140b
commit fc13c5ba1f
2 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ dependencies = []
dev = [
"pytest>=8.0",
"black>=24.0",
"pyinstaller>=6.0"
"pyinstaller>=6.0",
"mypy>=1.0"
]
[tool.setuptools.packages.find]