PSXPackager icon indicating copy to clipboard operation
PSXPackager copied to clipboard

Add Linux support

Open Pollito001 opened this issue 4 years ago • 1 comments

It is posible to add linux support?

Pollito001 avatar Nov 14 '21 16:11 Pollito001

Compile (dotnet build) my fork using the dotnet 6 sdk for linux: https://github.com/bryanperris/PSXPackager I upgraded the entire project to dotnet 6; The only feature not supported on non-windows platforms is unpacking archived/compressed files due to SevenZipSharp (Squid-Box) supporting only Windows. So you must only input raw uncompressed CD files (eg: CUE/BIN) I removed the GUI project since WPF is not cross-platform, I would recommend using Avalonia to anyone interested in making a C# cross-platform GUI app.

bryanperris avatar Feb 12 '22 23:02 bryanperris

Latest release has linux build, without compressed file support.

https://github.com/RupertAvery/PSXPackager/releases/tag/v1.6.0

But for a UI I would have to rewrite the GUI using Avalonia. Not familiar with it yet and it will take time to port it.

RupertAvery avatar Mar 13 '23 12:03 RupertAvery