1
0
forked from shaytan/rdgen

linux appimage

This commit is contained in:
Bryan Gerlach
2025-07-28 15:11:58 -05:00
parent e36790addc
commit c53548dcce

View File

@@ -694,11 +694,7 @@ jobs:
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y libarchive-tools libfuse2 sudo apt-get install -y libarchive-tools libfuse2
# set-up appimage-builder # set-up appimage-builder
pushd /tmp sudo pip3 install git+https://github.com/rustdesk-org/appimage-builder.git
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
chmod +x appimage-builder-x86_64.AppImage
sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder
popd
# run appimage-builder # run appimage-builder
pushd appimage pushd appimage
sudo appimage-builder --skip-tests --recipe ./AppImageBuilder-${{ matrix.job.arch }}.yml sudo appimage-builder --skip-tests --recipe ./AppImageBuilder-${{ matrix.job.arch }}.yml