bump to 1.2.3

This commit is contained in:
rustdesk 2023-08-23 12:56:33 +08:00
parent a316411f76
commit 28c0e15058
13 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

@ -10,7 +10,7 @@ env:
# vcpkg version: 2022.05.10
# for multiarch gcc compatibility
VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
VERSION: "1.2.2"
VERSION: "1.2.3"
jobs:
build-for-history-windows:

2
Cargo.lock generated
View File

@ -5124,7 +5124,7 @@ dependencies = [
[[package]]
name = "rustdesk"
version = "1.2.2"
version = "1.2.3"
dependencies = [
"android_logger",
"arboard",

View File

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

View File

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

View File

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

View File

@ -12,7 +12,7 @@
"name": "rustdesk",
"buildsystem": "simple",
"build-commands": [
"bsdtar -zxvf rustdesk-1.2.2.deb",
"bsdtar -zxvf rustdesk-1.2.3.deb",
"tar -xvf ./data.tar.xz",
"cp -r ./usr/* /app/",
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
@ -26,7 +26,7 @@
"sources": [
{
"type": "file",
"path": "../rustdesk-1.2.2.deb"
"path": "../rustdesk-1.2.3.deb"
},
{
"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
# 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.2
version: 1.2.3
environment:
sdk: ">=2.17.0"

View File

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

View File

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

View File

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

View File

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