From 2367415d1b9c9a2acc61471671d884f273639b20 Mon Sep 17 00:00:00 2001 From: alextrical <35117191+alextrical@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:21:59 +0000 Subject: [PATCH] STLThumb Alter extraction --- config/scripts/stlthumb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/scripts/stlthumb.sh b/config/scripts/stlthumb.sh index 26cc7c7e8b..8ecabff1e5 100644 --- a/config/scripts/stlthumb.sh +++ b/config/scripts/stlthumb.sh @@ -6,6 +6,6 @@ set -oue pipefail # Your code goes here. -rpm2cpio https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm | cpio -D /config/files -idmv -wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.so -P /config/files/usr/lib64/qt5/plugins/ -wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.desktop -P /config/files/usr/share/kservices5/ \ No newline at end of file +rpm2cpio https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm | cpio -D ./config/files -idmv +wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.so -P ./config/files/usr/lib64/qt5/plugins/ +wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.desktop -P ./config/files/usr/share/kservices5/ \ No newline at end of file