We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54edc9e commit 741d7efCopy full SHA for 741d7ef
Dockerfile.qt
@@ -69,7 +69,7 @@ RUN mv /squashfs-root /linuxdeploy-plugin-qt
69
RUN chmod -R 755 /linuxdeploy-plugin-qt
70
71
# appimagetool
72
-ADD https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage /opt/appimagetool.AppImage
+ADD https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage /opt/appimagetool.AppImage
73
RUN chmod +x /opt/appimagetool.AppImage
74
RUN /opt/appimagetool.AppImage --appimage-extract
75
RUN rm -rf /opt/appimagetool.AppImage
0 commit comments