From 428d54e7bb981f8f277e74fde8538190476961df Mon Sep 17 00:00:00 2001 From: alextrical <35117191+alextrical@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:30:36 +0000 Subject: [PATCH] Altered STLThumb paths --- 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 8ecabff1e5..3386a5fb8c 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 +(cd config/files && rpm2cpio https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm | cpio -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