Skip to content

Commit 300df35

Browse files
committed
update upstream artifact name
1 parent c0f04e7 commit 300df35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
cd /tmp && \
4747
curl -o \
4848
/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" && \
49+
"https://github.com/SoftFever/OrcaSlicer/releases/download/${ORCASLICER_VERSION}/OrcaSlicer_Linux_AppImage_$(echo ${ORCASLICER_VERSION} | sed 's/\b\(.\)/\u\1/g').AppImage" && \
5050
chmod +x /tmp/orca.app && \
5151
./orca.app --appimage-extract && \
5252
mv squashfs-root /opt/orcaslicer && \

0 commit comments

Comments
 (0)