Skip to content

Commit 01b6aa2

Browse files
committed
CI: update freerdp to 3.11.0
1 parent 0fdecfc commit 01b6aa2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
working-directory: ${{env.SOURCE_DIR}}
117117
run: |
118118
if [ ! -d ${{env.INSTALL_DIR}}/lib/cmake/FreeRDP3 ]; then
119-
git clone -b 3.10.3 https://github.com/FreeRDP/FreeRDP.git
119+
git clone -b 3.11.0 https://github.com/FreeRDP/FreeRDP.git
120120
# git clone https://github.com/KangLin/FreeRDP.git
121121
cd FreeRDP
122122
git submodule update --init --recursive

share/applications/org.Rabbit.RemoteControl.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Terminal=false
1010
StartupNotify=true
1111

1212
# https://specifications.freedesktop.org/menu-spec/latest/apa.html
13-
Categories=Network;Utility;P2P;Qt;RemoteAccess
13+
Categories=Network;Utility;P2P;Qt;RemoteAccess;AudioVideo;Video;Audio;Player;Recorder
1414

1515
# https://www.freedesktop.org/wiki/Specifications/mime-apps-spec/
1616
# https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ parts:
6363
plugin: cmake
6464
source: https://github.com/FreeRDP/FreeRDP.git
6565
source-type: git
66-
source-tag: 3.10.3
66+
source-tag: 3.11.0
6767
source-depth: 1
6868
build-packages:
6969
- libssl-dev

0 commit comments

Comments
 (0)