From 736ee03418b1985fe6bc4d600d178771066be1f9 Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 20 Feb 2019 01:22:36 +0300 Subject: [PATCH] Release 12.4.0 --- ShareX.Setup/WindowsStore/AppxManifest.xml | 2 +- ShareX/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }