Skip to content

Commit

Permalink
fix: mismatch bundle identifier error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Sep 18, 2024
1 parent 9ca478d commit 5f5136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN case ${TARGETARCH} in \
"arm64") PKG_ARCH=aarch64 ;; \
esac \
&& cd /tmp \
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.5/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.6/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& tar zxf sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& mv sideloader-cli-${PKG_ARCH}-linux-gnu /usr/bin/sideloader \
&& chmod +x /usr/bin/sideloader
Expand Down

0 comments on commit 5f5136e

Please sign in to comment.