This commit is contained in:
rustdesk 2023-07-25 20:29:16 +08:00
parent 4bbef031d5
commit b543e6d143
46 changed files with 117 additions and 15 deletions

View File

@ -22,7 +22,7 @@ env:
# vcpkg version: 2023.04.15 # vcpkg version: 2023.04.15
# for multiarch gcc compatibility # for multiarch gcc compatibility
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1" VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
VERSION: "1.2.1" VERSION: "1.2.2"
NDK_VERSION: "r25c" NDK_VERSION: "r25c"
#signing keys env variable checks #signing keys env variable checks
ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}' ANDROID_SIGNING_KEY: '${{ secrets.ANDROID_SIGNING_KEY }}'

View File

@ -15,4 +15,4 @@ jobs:
secrets: inherit secrets: inherit
with: with:
upload-artifact: true upload-artifact: true
upload-tag: "1.2.1" upload-tag: "1.2.2"

View File

@ -10,7 +10,7 @@ env:
# vcpkg version: 2022.05.10 # vcpkg version: 2022.05.10
# for multiarch gcc compatibility # for multiarch gcc compatibility
VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44" VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44"
VERSION: "1.2.1" VERSION: "1.2.2"
jobs: jobs:
build-for-windows-2022-12-05: build-for-windows-2022-12-05:

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rustdesk" name = "rustdesk"
version = "1.2.1" version = "1.2.2"
authors = ["rustdesk <info@rustdesk.com>"] authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021" edition = "2021"
build= "build.rs" build= "build.rs"

View File

@ -2,7 +2,7 @@
version: 1 version: 1
script: script:
- rm -rf ./AppDir || true - rm -rf ./AppDir || true
- bsdtar -zxvf ../rustdesk-1.2.1.deb - bsdtar -zxvf ../rustdesk-1.2.2.deb
- tar -xvf ./data.tar.xz - tar -xvf ./data.tar.xz
- mkdir ./AppDir - mkdir ./AppDir
- mv ./usr ./AppDir/usr - mv ./usr ./AppDir/usr
@ -17,7 +17,7 @@ AppDir:
id: rustdesk id: rustdesk
name: rustdesk name: rustdesk
icon: rustdesk icon: rustdesk
version: 1.2.1 version: 1.2.2
exec: usr/lib/rustdesk/rustdesk exec: usr/lib/rustdesk/rustdesk
exec_args: $@ exec_args: $@
apt: apt:

View File

@ -2,7 +2,7 @@
version: 1 version: 1
script: script:
- rm -rf ./AppDir || true - rm -rf ./AppDir || true
- bsdtar -zxvf ../rustdesk-1.2.1.deb - bsdtar -zxvf ../rustdesk-1.2.2.deb
- tar -xvf ./data.tar.xz - tar -xvf ./data.tar.xz
- mkdir ./AppDir - mkdir ./AppDir
- mv ./usr ./AppDir/usr - mv ./usr ./AppDir/usr
@ -17,7 +17,7 @@ AppDir:
id: rustdesk id: rustdesk
name: rustdesk name: rustdesk
icon: rustdesk icon: rustdesk
version: 1.2.1 version: 1.2.2
exec: usr/lib/rustdesk/rustdesk exec: usr/lib/rustdesk/rustdesk
exec_args: $@ exec_args: $@
apt: apt:

View File

@ -12,7 +12,7 @@
"name": "rustdesk", "name": "rustdesk",
"buildsystem": "simple", "buildsystem": "simple",
"build-commands": [ "build-commands": [
"bsdtar -zxvf rustdesk-1.2.1.deb", "bsdtar -zxvf rustdesk-1.2.2.deb",
"tar -xvf ./data.tar.xz", "tar -xvf ./data.tar.xz",
"cp -r ./usr/* /app/", "cp -r ./usr/* /app/",
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk", "mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
@ -25,7 +25,7 @@
"sources": [ "sources": [
{ {
"type": "file", "type": "file",
"path": "../rustdesk-1.2.1.deb" "path": "../rustdesk-1.2.2.deb"
}, },
{ {
"type": "file", "type": "file",

View 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 # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 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 # 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: environment:
sdk: ">=2.17.0" sdk: ">=2.17.0"

View File

@ -1,5 +1,5 @@
pkgname=rustdesk pkgname=rustdesk
pkgver=1.2.1 pkgver=1.2.2
pkgrel=0 pkgrel=0
epoch= epoch=
pkgdesc="" pkgdesc=""

View File

@ -1,5 +1,5 @@
Name: rustdesk Name: rustdesk
Version: 1.2.1 Version: 1.2.2
Release: 0 Release: 0
Summary: RPM package Summary: RPM package
License: GPL-3.0 License: GPL-3.0

View File

@ -1,5 +1,5 @@
Name: rustdesk Name: rustdesk
Version: 1.2.1 Version: 1.2.2
Release: 0 Release: 0
Summary: RPM package Summary: RPM package
License: GPL-3.0 License: GPL-3.0

View File

@ -1,5 +1,5 @@
Name: rustdesk Name: rustdesk
Version: 1.2.1 Version: 1.2.2
Release: 0 Release: 0
Summary: RPM package Summary: RPM package
License: GPL-3.0 License: GPL-3.0

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "退出"), ("Exit", "退出"),
("Open", "打开"), ("Open", "打开"),
("logout_tip", "确定要退出登录吗?"), ("logout_tip", "确定要退出登录吗?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Beenden"), ("Exit", "Beenden"),
("Open", "Öffnen"), ("Open", "Öffnen"),
("logout_tip", "Sind Sie sicher, dass Sie sich abmelden wollen?"), ("logout_tip", "Sind Sie sicher, dass Sie sich abmelden wollen?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Salir"), ("Exit", "Salir"),
("Open", "Abrir"), ("Open", "Abrir"),
("logout_tip", "¿Seguro que deseas cerrar sesión?"), ("logout_tip", "¿Seguro que deseas cerrar sesión?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "خروج"), ("Exit", "خروج"),
("Open", "باز کردن"), ("Open", "باز کردن"),
("logout_tip", "آیا برای خارج شدن مطمئن هستید؟"), ("logout_tip", "آیا برای خارج شدن مطمئن هستید؟"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Esci da RustDesk"), ("Exit", "Esci da RustDesk"),
("Open", "Apri RustDesk"), ("Open", "Apri RustDesk"),
("logout_tip", "Sei sicuro di voler uscire?"), ("logout_tip", "Sei sicuro di voler uscire?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Verlaten"), ("Exit", "Verlaten"),
("Open", "Open"), ("Open", "Open"),
("logout_tip", "Weet je zeker dat je je wilt afmelden?"), ("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Wyjście"), ("Exit", "Wyjście"),
("Open", "Otwórz"), ("Open", "Otwórz"),
("logout_tip", "Na pewno chcesz się wylogować?"), ("logout_tip", "Na pewno chcesz się wylogować?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Ieși"), ("Exit", "Ieși"),
("Open", "Deschide"), ("Open", "Deschide"),
("logout_tip", "Sigur vrei să te deconectezi?"), ("logout_tip", "Sigur vrei să te deconectezi?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Выход"), ("Exit", "Выход"),
("Open", "Открыть"), ("Open", "Открыть"),
("logout_tip", "Вы действительно хотите выйти?"), ("logout_tip", "Вы действительно хотите выйти?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "退出"), ("Exit", "退出"),
("Open", "開啟"), ("Open", "開啟"),
("logout_tip", "確定要退出登錄嗎?"), ("logout_tip", "確定要退出登錄嗎?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Вийти"), ("Exit", "Вийти"),
("Open", "Відкрити"), ("Open", "Відкрити"),
("logout_tip", "Ви впевнені, що хочете вилогуватися?"), ("logout_tip", "Ви впевнені, що хочете вилогуватися?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }

View File

@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", ""), ("Exit", ""),
("Open", ""), ("Open", ""),
("logout_tip", ""), ("logout_tip", ""),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }