refactor flatpak/appimage deb path

This commit is contained in:
rustdesk
2024-05-08 20:07:57 +08:00
parent 2820f3f798
commit 1b0a3e610e
4 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
"name": "rustdesk",
"buildsystem": "simple",
"build-commands": [
"bsdtar -zxvf rustdesk-1.2.4.deb",
"bsdtar -zxvf rustdesk.deb",
"tar -xvf ./data.tar.xz",
"cp -r ./usr/* /app/",
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",