Skip to content

Commit 741d7ef

Browse files
committed
Update appimagetool URL
1 parent 54edc9e commit 741d7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.qt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN mv /squashfs-root /linuxdeploy-plugin-qt
6969
RUN chmod -R 755 /linuxdeploy-plugin-qt
7070

7171
# appimagetool
72-
ADD https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage /opt/appimagetool.AppImage
72+
ADD https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage /opt/appimagetool.AppImage
7373
RUN chmod +x /opt/appimagetool.AppImage
7474
RUN /opt/appimagetool.AppImage --appimage-extract
7575
RUN rm -rf /opt/appimagetool.AppImage

0 commit comments

Comments
 (0)