Open jared-94 opened 6 years ago
I'll try releasing my build scripts soon. But in the meantime, if you're just updating the .py files (without touching the cffi stuff), you should be able to just replace the .py files in the pyinstaller release available at https://github.com/Fornoth/spotify-connect-web/releases
Hi,
I would like to compile spotify-connect-web into a standalone executable. I run a Rpi3 and I've installed all required python package to run "python main.py".
But I've changed the python code with personal stuff and want a standalone exec to deploy on other PI.
I've tried PyInstaller and cxFreeze but I get errors. So, what is the right way?