File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Terminal=false
1010StartupNotify =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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments