mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

Adds support to install Cura to an alternative path, while generating a correct .desktop file for it. * Renaming cura.desktop to cura.desktop.in * CMAKE: Generate .desktop from .desktop.in * Replace hardcoded paths with FULL_PATHs * Tell CMake to generate cura.desktop * CMake: Set full paths for .desktop generation * It tells CMake where to find the .desktop.in is and where to store the result.
16 lines
682 B
Desktop File
16 lines
682 B
Desktop File
[Desktop Entry]
|
|
Version=1
|
|
Name=Cura
|
|
Name[de]=Cura
|
|
GenericName=3D Printing Software
|
|
GenericName[de]=3D-Druck-Software
|
|
Comment=Cura converts 3D models into paths for a 3D printer. It prepares your print for maximum accuracy, minimum printing time and good reliability with many extra features that make your print come out great.
|
|
Exec=@CMAKE_INSTALL_FULL_BINDIR@/cura %F
|
|
TryExec=@CMAKE_INSTALL_FULL_BINDIR@/cura
|
|
Icon=@CMAKE_INSTALL_FULL_DATADIR@/cura/resources/images/cura-icon.png
|
|
Terminal=false
|
|
Type=Application
|
|
MimeType=application/sla;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png
|
|
Categories=Graphics;
|
|
Keywords=3D;Printing;
|