After trying to build the executable in windows I had some problems related with the windows antivirus flagging some files as potentially dangerous during the build:
raise error(exception.winerror, exception.function, exception.strerror)
**win32ctypes.pywin32.pywintypes.error: (225, 'BeginUpdateResourceW', 'Operation did not complete successfully because the file contains a virus or potentially unwanted software.')**
After trying to build the executable in windows I had some problems related with the windows antivirus flagging some files as potentially dangerous during the build:
For future reference, this fixed it
https://stackoverflow.com/a/77839519/3009617