rustdesk/appimage
2022-06-10 00:43:32 +08:00
..
AppImageBuilder.yml refactor: change AppImage build env to Ubuntu 18.04 2022-06-10 00:43:32 +08:00
README.md feat: appimage package script 2022-06-09 17:46:17 +08:00
requirements.txt feat: appimage package script 2022-06-09 17:46:17 +08:00
rustdesk.desktop 1.2.0 -> 1.1.10 2022-06-09 19:45:53 +08:00

How to build and run RustDesk in AppImage

Begin by installing appimage-builder and predependencies mentioned in official website.

Assume that appimage-builder is setup correctly, run commands below, bash or zsh is recommended:

cd /path/to/rustdesk_root
./build_appimage.py

After a success package, you can see the message in console like:

INFO:root:AppImage created successfully

The AppImage package is shown in ./appimage/RustDesk-VERSION-TARGET_PLATFORM.AppImage.

Note: AppImage version of rustdesk is an early version which requires more test. If you find problems, please open an issue.