@@ -433,7 +433,7 @@ impl Config {
#[cfg(not(any(target_os = "android", target_os = "ios")))]
{
#[cfg(not(target_os = "macos"))]
- let org = "";
+ let org = "".to_owned();
#[cfg(target_os = "macos")]
let org = ORG.read().unwrap().clone();
// /var/root for root
@@ -1,3 +1,3 @@
pub const VERSION: &str = "1.1.6";
#[allow(dead_code)]
-pub const BUILD_DATE: &str = "2023-01-07 00:36";
+pub const BUILD_DATE: &str = "2023-01-07 11:59";