Skip to content

Commit 3774be1

Browse files
authored
Merge pull request #11 from imiuka/master
fix the release build
2 parents d62bf47 + f36d917 commit 3774be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ static void Main()
5757
{
5858
using (var nativeHelper = new CoreFunctionsManager())
5959
{
60-
mainForm = new MainForm(nativeHelper);
60+
MainForm = new MainForm(nativeHelper);
6161

62-
Application.Run(mainForm);
62+
Application.Run(MainForm);
6363
}
6464
}
6565
catch (Exception ex)

0 commit comments

Comments
 (0)