TekkaGB / PizzaOven

A Pizza Tower Mod Manager
GNU General Public License v3.0
22 stars 13 forks source link

Addition of a Linux build #9

Open AndriuxDev opened 1 year ago

AndriuxDev commented 1 year ago

I'm using Linux, and unfortunately, Pizza Oven has no Linux release on the GameBanana page nor in the GitHub code. If you could add a Linux version to this tool, that'd be grateful.

purpurraCatnip commented 1 year ago

I took a look at the code and attempted a lot of things myself, including compiling it, and it seems that unless there's an easy way to add wine/mono support that I missed (which is very possible, I've never touched C# before), it'd need an entire rewrite because C# needs .NET to compile.

If it helps any, the error I kept running across was a lack of a proper CIL file, causing mono to error out and not open the app. I might attempt to make something in python or java that's similar and would function on linux. If I do, I'll update this comment <3