I am trying to generate an .exe using auto-py-to-exe. When I start the application, the following Windows message appears:
https://i.stack.imgur.com/3t0tg.jpg
Do I have to specify the publisher to avoid the message? If so, which parameter do I have to specify?
Here is my current command:
pyinstaller --noconfirm --onefile --windowed --icon "C:/Users/Test/Downloads/Icon.ico" --uac-admin "C:/Users/Test/PycharmProjects/SETUP.py"