rye icon indicating copy to clipboard operation
rye copied to clipboard

embed main build / Per projectPer builds status

Open michaeldesu opened this issue 1 year ago • 1 comments

The ability to create a single binary with rye code seems possible according to the 'Per projectPer builds' walkthrough on the home page, and here but on windows, I'm not sure if the required exe ryel is available - have I misunderstood the process, or it's a coming-soon feature?

michaeldesu avatar Jan 25 '25 09:01 michaeldesu

Hm ... it currently uses a proof of concept level, more spaghetti style bash script and rye script in utils/ to generate the executable. It's similar for generation of android APK.

I would have to take some time and clear the concept out and make this more general and portable. I will look at it and think about how to do the same on Windows computer.

I also should document and unify the android generation. I made apk, then forgot how, had to figure it out again like half year ago and now I'm not 100% sure I documented it this time around :P .

refaktor avatar Jan 26 '25 20:01 refaktor