diff --git a/ShareX.Setup/Program.cs b/ShareX.Setup/Program.cs index c9990b3d3..cb97aaf79 100644 --- a/ShareX.Setup/Program.cs +++ b/ShareX.Setup/Program.cs @@ -41,7 +41,7 @@ private enum SetupType Beta // Build setup + upload it using "Debug/ShareX.exe" } - private const SetupType Setup = SetupType.Beta; + private const SetupType Setup = SetupType.Stable; private static string parentDir = @"..\..\..\"; private static string binDir = Path.Combine(parentDir, @"ShareX\bin"); diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 083dc0037..628fc2c85 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -39,7 +39,7 @@ namespace ShareX { internal static class Program { - public static bool IsBeta = true; + public static bool IsBeta = false; public static string Title {