Update the application packing script (OS X zipping):
The current Mac OS X build is significantly larger than the others due to symlinks being copied as files. So this update copies the contents of the application respecting symlinks and zips it using the Mac OS console command in a subprocess. This is because the zipfile Python module has issues with the symlinks. Edit the tag to include the OS and reduce the commit hash length. Change outdated CEFPython cache removal for Electron appData. Add method to remove a file type from a given directory (like pyd from the python server, cannot filter all pyd on copy due to the Python to executable conversion relaying on those). Edit the stdout for better readability. Also update the TODO list.
Showing
Please register or sign in to comment