fix #5119
This commit is contained in:
parent
4bbef031d5
commit
b543e6d143
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -22,7 +22,7 @@ env:
|
||||
# vcpkg version: 2023.04.15
|
||||
# for multiarch gcc compatibility
|
||||
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
|
||||
VERSION: "1.2.1"
|
||||
VERSION: "1.2.2"
|
||||
NDK_VERSION: "r25c"
|
||||
#signing keys env variable checks
|
||||
ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}'
|
||||
|
2
.github/workflows/flutter-tag.yml
vendored
2
.github/workflows/flutter-tag.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
||||
secrets: inherit
|
||||
with:
|
||||
upload-artifact: true
|
||||
upload-tag: "1.2.1"
|
||||
upload-tag: "1.2.2"
|
||||
|
2
.github/workflows/history.yml
vendored
2
.github/workflows/history.yml
vendored
@ -10,7 +10,7 @@ env:
|
||||
# vcpkg version: 2022.05.10
|
||||
# for multiarch gcc compatibility
|
||||
VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44"
|
||||
VERSION: "1.2.1"
|
||||
VERSION: "1.2.2"
|
||||
|
||||
jobs:
|
||||
build-for-windows-2022-12-05:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustdesk"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
authors = ["rustdesk <info@rustdesk.com>"]
|
||||
edition = "2021"
|
||||
build= "build.rs"
|
||||
|
@ -2,7 +2,7 @@
|
||||
version: 1
|
||||
script:
|
||||
- rm -rf ./AppDir || true
|
||||
- bsdtar -zxvf ../rustdesk-1.2.1.deb
|
||||
- bsdtar -zxvf ../rustdesk-1.2.2.deb
|
||||
- tar -xvf ./data.tar.xz
|
||||
- mkdir ./AppDir
|
||||
- mv ./usr ./AppDir/usr
|
||||
@ -17,7 +17,7 @@ AppDir:
|
||||
id: rustdesk
|
||||
name: rustdesk
|
||||
icon: rustdesk
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
exec: usr/lib/rustdesk/rustdesk
|
||||
exec_args: $@
|
||||
apt:
|
||||
|
@ -2,7 +2,7 @@
|
||||
version: 1
|
||||
script:
|
||||
- rm -rf ./AppDir || true
|
||||
- bsdtar -zxvf ../rustdesk-1.2.1.deb
|
||||
- bsdtar -zxvf ../rustdesk-1.2.2.deb
|
||||
- tar -xvf ./data.tar.xz
|
||||
- mkdir ./AppDir
|
||||
- mv ./usr ./AppDir/usr
|
||||
@ -17,7 +17,7 @@ AppDir:
|
||||
id: rustdesk
|
||||
name: rustdesk
|
||||
icon: rustdesk
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
exec: usr/lib/rustdesk/rustdesk
|
||||
exec_args: $@
|
||||
apt:
|
||||
|
@ -12,7 +12,7 @@
|
||||
"name": "rustdesk",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"bsdtar -zxvf rustdesk-1.2.1.deb",
|
||||
"bsdtar -zxvf rustdesk-1.2.2.deb",
|
||||
"tar -xvf ./data.tar.xz",
|
||||
"cp -r ./usr/* /app/",
|
||||
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
|
||||
@ -25,7 +25,7 @@
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"path": "../rustdesk-1.2.1.deb"
|
||||
"path": "../rustdesk-1.2.2.deb"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1, but iOS store not allow 4 numbers
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=rustdesk
|
||||
pkgver=1.2.1
|
||||
pkgver=1.2.2
|
||||
pkgrel=0
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rustdesk
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: RPM package
|
||||
License: GPL-3.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rustdesk
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: RPM package
|
||||
License: GPL-3.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rustdesk
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: RPM package
|
||||
License: GPL-3.0
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "退出"),
|
||||
("Open", "打开"),
|
||||
("logout_tip", "确定要退出登录吗?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Beenden"),
|
||||
("Open", "Öffnen"),
|
||||
("logout_tip", "Sind Sie sicher, dass Sie sich abmelden wollen?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Salir"),
|
||||
("Open", "Abrir"),
|
||||
("logout_tip", "¿Seguro que deseas cerrar sesión?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "خروج"),
|
||||
("Open", "باز کردن"),
|
||||
("logout_tip", "آیا برای خارج شدن مطمئن هستید؟"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Esci da RustDesk"),
|
||||
("Open", "Apri RustDesk"),
|
||||
("logout_tip", "Sei sicuro di voler uscire?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Verlaten"),
|
||||
("Open", "Open"),
|
||||
("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Wyjście"),
|
||||
("Open", "Otwórz"),
|
||||
("logout_tip", "Na pewno chcesz się wylogować?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Ieși"),
|
||||
("Open", "Deschide"),
|
||||
("logout_tip", "Sigur vrei să te deconectezi?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Выход"),
|
||||
("Open", "Открыть"),
|
||||
("logout_tip", "Вы действительно хотите выйти?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "退出"),
|
||||
("Open", "開啟"),
|
||||
("logout_tip", "確定要退出登錄嗎?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Вийти"),
|
||||
("Open", "Відкрити"),
|
||||
("logout_tip", "Ви впевнені, що хочете вилогуватися?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", ""),
|
||||
("Open", ""),
|
||||
("logout_tip", ""),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user