LBPUnion / UnionPatcher

A tool for LittleBigPlanet that patches the server urls to a custom url.
GNU General Public License v3.0
29 stars 12 forks source link

Remove macOS staging directory requirement, and update to .NET 8.0 #41

Closed Zaprit closed 9 months ago

Zaprit commented 9 months ago

This PR removes the constant need for specifying the location of SCETool, updates the project as a whole to .NET 8, and adds a script to aid in building a signed, universal mac binary.

The data and scetool folders are now included properly in the app bundle. The eboot folder gets placed on the users desktop, to avoid it getting lost. This may want to be changed, idk.