fix(misc): use appimage-extract-and-run option to (hopefully) enable appimagetool on Docker

This commit is contained in:
Federico Terzi 2021-12-21 21:09:24 +01:00
parent 92b85427ed
commit 06f990fbd7

View File

@ -46,7 +46,7 @@ echo "Applying patch for libgmodule"
./Espanso*.AppImage --appimage-extract
rm -Rf ./Espanso*.AppImage
rm -Rf squashfs-root/usr/lib/libgmodule*
$TOOL_DIR/appimagetool*.AppImage -v squashfs-root
$TOOL_DIR/appimagetool*.AppImage --appimage-extract-and-run -v squashfs-root
rm -Rf squashfs-root
popd