Merge pull request #4 from BildoBeucklin/dev

edit main.spec and readme for contact
This commit is contained in:
Konstantin Roßmann
2026-01-19 11:57:23 +01:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -98,4 +98,8 @@ Both of these commands will create a single executable file in the `dist` folder
## License
This project is licensed under the GNU Affero General Public License v3.0. See the [LICENSE](LICENSE) file for details.
This license requires that if you use this software in a product or service that is accessed over a network, you must also make the source code available to the users of that product or service.
This license requires that if you use this software in a product or service that is accessed over a network, you must also make the source code available to the users of that product or service.
## Contact & Support
You can contact me at: https://rossmann-it-solutions.de/contact/

View File

@@ -46,7 +46,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='UFF_Search', # Name der Datei (UFF_Search.exe)
name='UFFSearch', # Name der Datei (UFFSearch.exe)
debug=False,
bootloader_ignore_signals=False,
strip=False,
@@ -68,5 +68,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='UFF_Search', # Name des Ordners
name='UFFSearch', # Name des Ordners
)