Jeremy Pritts ab4c37f68b Replace Electron with a web UI and enable NativeAOT
* Resolves #1123
* Resolves #1097
* Related: #922
2023-12-13 12:25:16 -05:00

10 lines
137 B
C#

namespace AssetRipper.GUI.Web.Free;
public static class Program
{
public static void Main()
{
WebApplicationLauncher.Launch();
}
}