Closed ghost closed 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
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.
@Autotonic Done! Please check out the setup.bat
in the develop branch. Once you test it this issue can be closed.
Include build script or directions for build in README