Teraskull / PyDebloatX

Python GUI for uninstalling the default Windows 10 apps.
https://pydebloatx.com/
MIT License
1.57k stars 117 forks source link

Add ability for onefile #36

Closed cjerrington closed 3 years ago

cjerrington commented 3 years ago

Adds compatibility for compiling PyDebloatX to a single executable as reference in issue #27

Compiled and tested on Windows 10 Pro x64 build version 2004

cjerrington commented 3 years ago

The error mentioned in the Analysis says the _MEIPASS is part of a class when its a variable to add to the path given from PyInstaller.

Teraskull commented 3 years ago

As this is intentional, you could add the # skipcq: PYL-W0212 comment on each line where _MEIPASS is mentioned.

cjerrington commented 3 years ago

This has been added and checks appear to pass now.