Skip to content

Commit

Permalink
Orcaslicer Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 7, 2023
1 parent 1049590 commit c50dd07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/scripts/orcaslicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ chmod +x /tmp/OrcaSlicer/OrcaSlicer.AppImage

#Extract and move to Usr folder
(cd /tmp/OrcaSlicer && /tmp/OrcaSlicer/OrcaSlicer.AppImage --appimage-extract)
cp -rf /tmp/OrcaSlicer/squashfs-root/usr/share/* /usr/share
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/usr/share/* /usr/share
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/bin/* /usr/bin
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/resources/* /usr/resources
mv /tmp/OrcaSlicer/squashfs-root/usr/share/icons/hicolor/192x192/apps/* /usr/share/icons/hicolor/192x192/apps
mv /tmp/OrcaSlicer/squashfs-root/bin/* /usr/bin
mv /tmp/OrcaSlicer/squashfs-root/resources /usr/resources

#Setup Desktop file
mv /tmp/OrcaSlicer/squashfs-root/OrcaSlicer.desktop /usr/share/applications/OrcaSlicer.desktop
Expand Down

0 comments on commit c50dd07

Please sign in to comment.