change eto platform for mac launcher

pull/32/head
Miepee 4 years ago
parent b059fb5482
commit 1b6fc27425

@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.0" />
<PackageReference Include="Eto.Platform.macOS" Version="2.7.0" />
</ItemGroup>
<ItemGroup>

@ -45,7 +45,7 @@ internal static class MainClass
try
{
Application macLauncher = new Application(Eto.Platforms.Mac64);
Application macLauncher = new Application(Eto.Platforms.macOS);
LauncherUpdater.Main();
macLauncher.UnhandledException += MacLauncher_UnhandledException;
macLauncher.Run(new MainForm());

Loading…
Cancel
Save