-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3231 from cjmayo/mime
use MIME database XML file and install_fritzing.sh
- Loading branch information
Showing
10 changed files
with
67 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> | ||
<mime-type type="application/x-fritzing-fzb"> | ||
<comment>Fritzing Parts Bin</comment> | ||
<glob pattern="*.fzb"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fzbz"> | ||
<comment>Fritzing Parts Bin Bundle</comment> | ||
<glob pattern="*.fzbz"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fzm"> | ||
<comment>Fritzing Module</comment> | ||
<glob pattern="*.fzm"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fzp"> | ||
<comment>Fritzing Part Definition</comment> | ||
<glob pattern="*.fzp"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fzpz"> | ||
<comment>Fritzing Part Bundle</comment> | ||
<glob pattern="*.fzpz"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fz"> | ||
<comment>Fritzing Sketch</comment> | ||
<glob pattern="*.fz"/> | ||
</mime-type> | ||
<mime-type type="application/x-fritzing-fzz"> | ||
<comment>Fritzing Sketch Bundle</comment> | ||
<glob pattern="*.fzz"/> | ||
</mime-type> | ||
</mime-info> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.