From fce6f47fbe09738e72c3aaf790d631e1e882e03e Mon Sep 17 00:00:00 2001 From: liufei Date: Sun, 9 Jan 2022 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=9D=9E=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Constant/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constant/Constants.cs b/Constant/Constants.cs index 687f739..ea5516d 100644 --- a/Constant/Constants.cs +++ b/Constant/Constants.cs @@ -13,7 +13,7 @@ namespace GeekDesk.Constant public static string APP_DIR = AppDomain.CurrentDomain.BaseDirectory.Trim(); // 是否为开发模式 - public static bool DEV = true; + public static bool DEV = false; public static string MY_NAME = DEV ? "GeekDesk-D" : "GeekDesk";