diff --git a/ShareX.Setup/WindowsStore/AppxManifest.xml b/ShareX.Setup/WindowsStore/AppxManifest.xml index a0310d967..b97a3ffe3 100644 --- a/ShareX.Setup/WindowsStore/AppxManifest.xml +++ b/ShareX.Setup/WindowsStore/AppxManifest.xml @@ -1,6 +1,6 @@  - + ShareX ShareX Team diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 150255367..12a790b52 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -78,7 +78,7 @@ public static string VersionText public static string TitleLong => $"{Title} ({Build})"; - public static bool Dev { get; } = true; + public static bool Dev { get; } = false; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool PortableApps { get; private set; }