Skip to content

Commit

Permalink
Altered STLThumb paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 5, 2023
1 parent 2367415 commit 428d54e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/scripts/stlthumb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
(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

0 comments on commit 428d54e

Please sign in to comment.