Closed samcv closed 3 years ago
cx_freeze can also generate a single-file exe:
I had a go with:
cxfreeze brainworkshop.pyw --target-dir dist --zip-include=res --include-modules=pyglet.resource,pyglet.clock,pyglet.graphics,pyglet.sprite
unfortunately it doesn not load, I should figure out how to use the data dirs also ffmpeg should probably be provided also
It seems I succeeded, an archive is available on appveyor built from my fork: https://ci.appveyor.com/api/buildjobs/js0stfx176ieeof4/artifacts/brainworkshop.zip
@samcv can you give me admin right to this repository so I could setup appveyor here too ?
@xantares it looks like I can't do that unless I create an organization and transfer the repo there. Does that sound good to you?
yes, that'd be even cooler
so brainworkwhop/brainworkshop ? I think github will handle the redirection from samcv/brainworkshop automatically
@xantares brainworkshop name was taken, so I made brain-workshop
the name of the organization. You should have an invitation to join the organization in your email inbox.
da5fd25
Here is a quick attempt that has supporting libraries. Hopefully this will work if the user just installs python and then launches brainworkshop.pyw
Windows Python installer link: https://www.python.org/downloads/windows/
Test file that (should) hopefully include everything but Python: brainworkshop.zip