rustdesk лет назад: 3
Родитель
Сommit
605d0dd6c1
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      libs/hbb_common/src/config.rs
  2. 1 1
      src/version.rs

+ 1 - 1
libs/hbb_common/src/config.rs

@@ -433,7 +433,7 @@ impl Config {
433 433
         #[cfg(not(any(target_os = "android", target_os = "ios")))]
434 434
         {
435 435
             #[cfg(not(target_os = "macos"))]
436
-            let org = "";
436
+            let org = "".to_owned();
437 437
             #[cfg(target_os = "macos")]
438 438
             let org = ORG.read().unwrap().clone();
439 439
             // /var/root for root

+ 1 - 1
src/version.rs

@@ -1,3 +1,3 @@
1 1
 pub const VERSION: &str = "1.1.6";
2 2
 #[allow(dead_code)]
3
-pub const BUILD_DATE: &str = "2023-01-07 00:36";
3
+pub const BUILD_DATE: &str = "2023-01-07 11:59";