blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
270 stars 21 forks source link

Fix a couple OSX/Linux issues, remove dependency on Python #61

Closed kylefmohr closed 1 week ago

kylefmohr commented 2 weeks ago

Hi! I was troubleshooting why this wasn't working for me on x64 MacOS, and it had to do with not finding Python on my path (even though it's there!). I decided to see if I could reimplement the small task that this program uses Python for, and it seems that I was able to. I also fixed up a couple file path issues with the MacOS and Linux implementations, based on issues I experienced on MacOS. Thanks for your hard work on this project!

I'll add that I've tested the built Balatro .apk and .ipa for Android and iOS respectively with the changes I made, and they both run great.

blake502 commented 2 weeks ago

This is brilliant! Just want to double-check-- You've verified that the iOS build works correctly with this method?

kylefmohr commented 2 weeks ago

This is brilliant! Just want to double-check-- You've verified that the iOS build works correctly with this method?

Sure did, both iOS and Android have been tested.

blake502 commented 1 week ago

@kylefmohr Any thoughts on https://github.com/blake502/balatro-mobile-maker/issues/67 ?