Teraskull / PyDebloatX

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

Include build script for executable #16

Closed ghost closed 4 years ago

ghost commented 4 years ago

Include build script or directions for build in README

Teraskull commented 4 years ago

A single executable is not possible, since it needs access to the external CSS script. The whole process involves creating an .exe file with auto-py-to-exe in a virtual environment, then removing unused files from the build folder, to shrink the size, then running an NSI script to create an installer. Without these steps, it would be impossible to get the installer to be 15mb, instead of around 100mb. So there is no easy way to write down the whole setup, without using my personal file paths. I will try to write a simple auto-py-to-exe instruction

ghost commented 4 years ago

Sorry, I should have been more specific, mean't some general instruction to build the executable for Releases.

I will try to write a simple auto-py-to-exe instruction Thanks.

Teraskull commented 4 years ago

@Autotonic Done! Please check out the setup.bat in the develop branch. Once you test it this issue can be closed.