Add MacOS GUI support

This commit is contained in:
jvyden 2021-10-18 11:32:47 -04:00
commit 1e561ccea3
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,7 @@
namespace UnionPatcher.Gui.MacOS {
public static class Program {
public static void Main() {
Gui.Show();
}
}
}