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.
2 parents c0f04e7 + 300df35 commit 0e34b85Copy full SHA for 0e34b85
Dockerfile
@@ -46,7 +46,7 @@ RUN \
46
cd /tmp && \
47
curl -o \
48
/tmp/orca.app -L \
49
- "https://github.com/SoftFever/OrcaSlicer/releases/download/${ORCASLICER_VERSION}/OrcaSlicer_Linux_$(echo ${ORCASLICER_VERSION} | sed 's/\b\(.\)/\u\1/g').AppImage" && \
+ "https://github.com/SoftFever/OrcaSlicer/releases/download/${ORCASLICER_VERSION}/OrcaSlicer_Linux_AppImage_$(echo ${ORCASLICER_VERSION} | sed 's/\b\(.\)/\u\1/g').AppImage" && \
50
chmod +x /tmp/orca.app && \
51
./orca.app --appimage-extract && \
52
mv squashfs-root /opt/orcaslicer && \
0 commit comments