mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-05 23:58:44 +00:00
Add MacOS GUI support
This commit is contained in:
parent
d0d075eb8b
commit
1e561ccea3
4 changed files with 66 additions and 0 deletions
7
UnionPatcher.Gui.MacOS/Program.cs
Normal file
7
UnionPatcher.Gui.MacOS/Program.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace UnionPatcher.Gui.MacOS {
|
||||
public static class Program {
|
||||
public static void Main() {
|
||||
Gui.Show();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue