1
0
mirror of https://github.com/tiny-craft/tiny-rdm.git synced 2025-04-07 13:18:05 +08:00

add AppRun

This commit is contained in:
raojinlin 2024-02-29 16:59:38 +08:00
parent f8b5b3f619
commit 72311fb45e

@ -149,6 +149,8 @@ jobs:
sed '/XDG_DATA_DIRS/a export WEBKIT_DISABLE_COMPOSITING_MODE=1'
chmod +x linuxdeploy-plugin-gtk.sh
curl -o AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-${{ steps.normalise_platform_arch.outputs.arch }} -L
./linuxdeploy --appdir AppDir \
--output=appimage \
--plugin=gtk \