adding AppImage support files

This commit is contained in:
Andrew Davidson 2023-01-15 22:42:49 -08:00
parent fa31251bfe
commit 4c5c8179f9
Signed by: amd
GPG key ID: F1199FC0A76BB402
2 changed files with 21 additions and 0 deletions

13
freecad.desktop Normal file
View file

@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Name=FreeCAD
Comment=Feature based Parametric Modeler
GenericName=CAD Application
Exec=/home/amd/AppImages/FreeCAD.AppImage
Terminal=false
Type=Application
Icon=freecad
Categories=Graphics;Science;Engineering
StartupNotify=true
MimeType=application/x-extension-fcstd
Name[en_US]=FreeCAD

8
x-extension-fcstd.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-extension-fcstd">
<!--Created automatically by update-mime-database. DO NOT EDIT!-->
<sub-class-of type="application/zip"/>
<comment>FreeCAD document files</comment>
<glob pattern="*.fcstd"/>
<icon name="freecad"/>
</mime-type>