diff --git a/dist/AppImage/Dockerfile b/dist/AppImage/Dockerfile index 4be279745..03fdb98cc 100644 --- a/dist/AppImage/Dockerfile +++ b/dist/AppImage/Dockerfile @@ -75,7 +75,7 @@ chmod +x /cache/bin/appimagetool python3 -m venv venv . venv/bin/activate -pip3 install git+https://github.com/AppImageCrafters/appimage-builder@bf6123e +pip3 install git+https://github.com/WerWolv/appimage-builder@e4dc770 # Package ImHex as AppImage export VERSION=$(cat /imhex/VERSION)