Skip to content

Commit 523728b

Browse files
committed
Fix AppImage build script
1 parent 294813e commit 523728b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chmod +x linuxdeploy*.AppImage
2424
./linuxdeploy-x86_64.AppImage --appdir AppDir
2525

2626
# Hook GStreamer plugins
27-
bash ./linuxdeploy-plugin-gstreamer.sh
27+
bash ../linuxdeploy-plugin-gstreamer.sh
2828

2929
# Copy icon, binary & assets
3030
cp ./bin/assets/logo.png ./AppDir/usr/share/icons/hicolor/128x128/apps/aviateur.png

0 commit comments

Comments
 (0)