Skip to content

Commit

Permalink
Prusaslicer: correct mistake with 88e5c7c
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jul 29, 2023
1 parent 79218af commit 77f25ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/PrusaSlicer/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Type=Application
MimeType=application/sla;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png;model/x3d+xml;
Categories=Graphics;Education;Development;Science;
Keywords=3D;Printing;
StartupNotify=true" > /usr/local/share/applications/PrusaSlicer.desktop || error "Failed to create menu button!"
StartupNotify=true" | sudo tee /usr/local/share/applications/PrusaSlicer.desktop >/dev/null || error "Failed to create menu button!"
2 changes: 1 addition & 1 deletion apps/PrusaSlicer/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Type=Application
MimeType=application/sla;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png;model/x3d+xml;
Categories=Graphics;Education;Development;Science;
Keywords=3D;Printing;
StartupNotify=true" > /usr/local/share/applications/PrusaSlicer.desktop || error "Failed to create menu button!"
StartupNotify=true" | sudo tee /usr/local/share/applications/PrusaSlicer.desktop >/dev/null || error "Failed to create menu button!"

0 comments on commit 77f25ec

Please sign in to comment.