Some checks failed
Build and Test / build (pull_request) Has been cancelled
kc_format.py: - Auto-create silo/manifest.json with default fields (UUID, timestamps, username) when saving a .kc file that lacks one - Update modified_at timestamp on each save - KC_VERSION = 1.0 Platform integration: - kindred-create.desktop: add application/x-kindred-create MIME type - kindred-create.xml: register .kc glob patterns with dedicated MIME type (application/x-kindred-create), separate from .fcstd type
14 lines
429 B
Desktop File
14 lines
429 B
Desktop File
[Desktop Entry]
|
|
Name=Kindred Create
|
|
GenericName=CAD Application
|
|
Comment=Parametric 3D CAD modeler based on FreeCAD
|
|
Exec=kindred-create %U
|
|
Icon=kindred-create
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Graphics;Science;Engineering;
|
|
MimeType=application/x-extension-fcstd;application/x-kindred-create;x-scheme-handler/kindred;
|
|
Keywords=CAD;3D;modeling;engineering;design;parametric;
|
|
StartupNotify=true
|
|
StartupWMClass=KindredCreate
|