Merge pull request #845 from chunky-milk/patch-6

Cura 64-bit: stl-thumb arm64 instead of armhf
pull/850/head
Botspot 4 years ago committed by GitHub
commit aac9816c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,10 +12,10 @@ wget -O ~/Cura.AppImage https://github.com/smartavionics/Cura/releases/download/
chmod +x ~/Cura.AppImage
#get stl-thumb package
rm -f ~/stl-thumb_0.4.0_armhf.deb
wget https://github.com/unlimitedbacon/stl-thumb/releases/download/v0.4.0/stl-thumb_0.4.0_armhf.deb
"${DIRECTORY}/pkg-install" "$HOME/stl-thumb_0.4.0_armhf.deb" "$(dirname "$0")" || exit 1
rm -f ~/stl-thumb_0.4.0_armhf.deb
rm -f ~/stl-thumb_0.4.0_arm64.deb
wget https://github.com/unlimitedbacon/stl-thumb/releases/download/v0.4.0/stl-thumb_0.4.0_arm64.deb
"${DIRECTORY}/pkg-install" "$HOME/stl-thumb_0.4.0_arm64.deb" "$(dirname "$0")" || exit 1
rm -f ~/stl-thumb_0.4.0_arm64.deb
echo "[Desktop Entry]
Name=Ultimaker Cura

Loading…
Cancel
Save