Skip to content

Commit 0e34b85

Browse files
authored
Merge pull request #18 from linuxserver/artifact
update upstream artifact name
2 parents c0f04e7 + 300df35 commit 0e34b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)