Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/approve-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Get actors info
id: actor_info
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.flatpak-builder
build-dir
build-dir
repo/

.serena/
18 changes: 6 additions & 12 deletions com.devolutions.remotedesktopmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ finish-args:
- --share=network
- --talk-name=org.freedesktop.secrets
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.freedesktop.Flatpak
- --filesystem=~/.rdm:create
- --filesystem=xdg-run/keyring
- --filesystem=/tmp/RDM:create
- --env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
modules:
- shared-modules/libappindicator/libappindicator-gtk3-12.10.json
- name: vte
buildsystem: meson
config-opts:
- -Ddocs=false
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/vte.git
tag: 0.72.4
- name: xdotool
no-autogen: true
make-args:
Expand Down Expand Up @@ -58,14 +52,14 @@ modules:
- install -D bin/remotedesktopmanager ${FLATPAK_DEST}/bin/remotedesktopmanager
sources:
- type: file
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.2.2/RemoteDesktopManager_2026.1.2.2_amd64.deb
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.2.3/RemoteDesktopManager_2026.1.2.3_amd64.deb
dest-filename: RemoteDesktopManager.deb
sha256: ac24ae542e8a631484427f768ffb62c655cb22c2b5c17fced428e37b541095c9
sha256: 59eadfeb160a2aac923cc587a9e1477d37643e32b31058514601cfe1b4119e2c
only-arches:
- x86_64
- type: file
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.2.2/RemoteDesktopManager_2026.1.2.2_arm64.deb
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.2.3/RemoteDesktopManager_2026.1.2.3_arm64.deb
dest-filename: RemoteDesktopManager.deb
sha256: 6488b14878ff24a44a0b38610f44151e596cca6acffdc6ba52b4d16dcda4ac62
sha256: 4d6620f6e383f50852201471a2afd189822355029a58f87c05af5f792ce4757d
only-arches:
- aarch64