summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.xml
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-05-13 12:45:32 +0000
committerB Stack <bgstack15@gmail.com>2019-05-13 12:45:32 +0000
commit7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d (patch)
treeef8aa66b7c1a56f73ea7cf3453123fb6a5845747 /freefilesync/freefilesync.xml
parentWIP: waterfox-56.2.9 with some fixes (diff)
parentfreefilesync 10.12 dpkg (diff)
downloadstackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.tar.gz
stackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.tar.bz2
stackrpms-7fb4ebc037c37f06ca3a25289cc11d17ca2ddc7d.zip
Merge branch 'freefilesync-bump' into 'master'
freefilesync 10.12 See merge request bgstack15/stackrpms!57
Diffstat (limited to 'freefilesync/freefilesync.xml')
-rw-r--r--freefilesync/freefilesync.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.xml b/freefilesync/freefilesync.xml
new file mode 100644
index 0000000..d54523f
--- /dev/null
+++ b/freefilesync/freefilesync.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-freefilesync-ffs">
+ <comment>FreeFileSync configuration file</comment>
+ <comment xml:lang="fr">Fichier de configuration FreeFileSync</comment>
+ <glob pattern="*.ffs_gui"/>
+ </mime-type>
+ <mime-type type="application/x-freefilesync-real">
+ <comment>RealTimeSync configuration file</comment>
+ <comment xml:lang="fr">Fichier de configuration RealTimeSync</comment>
+ <glob pattern="*.ffs_real"/>
+ </mime-type>
+ <mime-type type="application/x-freefilesync-batch">
+ <comment>FreeFileSync batch file</comment>
+ <comment xml:lang="fr">Fichier de batch FreeFileSync</comment>
+ <glob pattern="*.ffs_batch"/>
+ </mime-type>
+</mime-info>
bgstack15