makelove icon indicating copy to clipboard operation
makelove copied to clipboard

Add win32/win64 option to precompile bytecode

Open learn-more opened this issue 1 year ago • 0 comments

Initial PR with a working sample.

  • love.exe is used to compile the files, so that the bytecode format is correct
  • Each build needs it's own .zip file, they are created on demand, and deleted after
  • Only Windows is implemented for now, but it should not be too hard to also include Linux
  • [x] Tested locally on Windows (without installing makelove, running it straight from the repo)
  • [ ] Implement for Linux?
  • [ ] Test with a pip-installed makelove
  • [ ] ??

learn-more avatar Mar 28 '24 23:03 learn-more