SwaggyMacro 1 year ago
parent
commit
baf704bdea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SheepSheep/Program.cs

+ 1 - 0
SheepSheep/Program.cs

@@ -15,6 +15,7 @@ namespace SheepSheep
         [STAThread]
         static void Main()
         {
+            releaseDLL();
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
             Application.Run(new Form1());