Compare commits

...

2 Commits

Author SHA1 Message Date
005f189c76 removed database binary from source tree 2025-04-29 14:22:06 +01:00
c8d7594af6 update nuitka product version 2025-04-29 14:17:30 +01:00
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@
*dist/ *dist/
output/ output/
src/*/__pycache__/ src/*/__pycache__/
src/__pycache__/ src/__pycache__/
*.db

Binary file not shown.

View File

@ -8,7 +8,7 @@
# nuitka-project: --windows-icon-from-ico=icon2.ico # nuitka-project: --windows-icon-from-ico=icon2.ico
# nuitka-project: --product-name=SIPPCompare # nuitka-project: --product-name=SIPPCompare
# nuitka-project: --file-description=SIPPCompare # nuitka-project: --file-description=SIPPCompare
# nuitka-project: --product-version=1 # nuitka-project: --product-version=1.1
# nuitka-project: --output-dir=build # nuitka-project: --output-dir=build
# nuitka-project: --output-filename=SIPPCompare # nuitka-project: --output-filename=SIPPCompare
import sys import sys