Cleaned up MIME types

This commit is contained in:
Mark 2018-08-29 14:41:38 +02:00
parent c48a5474f0
commit baef0350cd
3 changed files with 2 additions and 10 deletions

View file

@ -32,7 +32,7 @@ def getMetaData():
"output": [{
"extension": workspace_extension,
"description": i18n_catalog.i18nc("@item:inlistbox", "Cura Project 3MF file"),
"mime_type": "application/x-curaproject+xml",
"mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
"mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode
}]
}