edit main.spec and readme for contact
This commit is contained in:
@@ -99,3 +99,7 @@ Both of these commands will create a single executable file in the `dist` folder
|
|||||||
|
|
||||||
This project is licensed under the GNU Affero General Public License v3.0. See the [LICENSE](LICENSE) file for details.
|
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/
|
||||||
@@ -46,7 +46,7 @@ exe = EXE(
|
|||||||
a.scripts,
|
a.scripts,
|
||||||
[],
|
[],
|
||||||
exclude_binaries=True,
|
exclude_binaries=True,
|
||||||
name='UFF_Search', # Name der Datei (UFF_Search.exe)
|
name='UFFSearch', # Name der Datei (UFFSearch.exe)
|
||||||
debug=False,
|
debug=False,
|
||||||
bootloader_ignore_signals=False,
|
bootloader_ignore_signals=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
@@ -68,5 +68,5 @@ coll = COLLECT(
|
|||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
name='UFF_Search', # Name des Ordners
|
name='UFFSearch', # Name des Ordners
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user