Skip to content

Commit 9933350

Browse files
committed
Bug fix: Typo in Temporary fix: AppImages - Wayland
1 parent fe17beb commit 9933350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage-minimal-aarch64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-aarch64.AppImage \
6969
-O tools/linuxdeploy-aarch64.AppImage
7070
chmod +x tools/linuxdeploy-aarch64.AppImage
71-
sed -i '/GDK_BACKEND/d' linuxdeploy-plugin-gtk.sh
7271
wget https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
7372
chmod +x linuxdeploy-plugin-gtk.sh
73+
sed -i '/GDK_BACKEND/d' linuxdeploy-plugin-gtk.sh
7474
tools/linuxdeploy-aarch64.AppImage \
7575
--desktop-file $GITHUB_WORKSPACE/AppDir/usr/share/applications/org.geeqie.Geeqie.desktop \
7676
--icon-file $GITHUB_WORKSPACE/AppDir/usr/share/pixmaps/geeqie.png \

0 commit comments

Comments
 (0)