From 6c1a621df2a4f2c7c1b9d7e68dea766979207012 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 19 Jan 2026 11:56:55 +0100 Subject: [PATCH] edit main.spec and readme for contact --- README.md | 6 +++++- main.spec | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a18b7a6..243c39b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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/ \ No newline at end of file diff --git a/main.spec b/main.spec index 45a3a1f..fef1a09 100644 --- a/main.spec +++ b/main.spec @@ -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 ) \ No newline at end of file