ds5678 f4a466fdc2 Use Photino for the GUI
* Resolves #1663
* Resolves #1602
* Resolves #1595
* Resolves #1544
* Resolves #1508
2025-03-20 12:20:16 -07:00

8 lines
156 B
C#

using AssetRipper.GUI.Web;
internal static class Program
{
[STAThread]
private static void Main(string[] args) => WebApplicationLauncher.Launch(args);
}