修改为非开发模式

This commit is contained in:
liufei
2022-01-09 17:06:50 +08:00
parent c9bc4282c0
commit fce6f47fbe

View File

@@ -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";