Skip to content

Commit 95a7d07

Browse files
committed
add MimeType=application/x-xar;inode/directory (though the latter is broken in Flatpak!!! this sucks!!!)
1 parent 982756a commit 95a7d07

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tf.harmony.UnCSO2.desktop

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[Desktop Entry]
22
Type=Application
33
Name=UnCSO2
4-
Exec=uc2 %F
4+
Exec=uc2 %f
55
Icon=tf.harmony.UnCSO2
66
Comment=Extract Counter-Strike: Online 2 and Titanfall Online game files
77
Terminal=false
88
Categories=Utility;
9+
Keywords=pkg;
910
X-AppImage-Version=2.0.0
11+
12+
# Two problems here:
13+
# 1. For inode/directory: https://github.com/flatpak/flatpak/issues/6344
14+
# 2. For .pkg, we have to use application/x-xar, which sucks since it also assigns to .xar,
15+
# but we can't apparently have two distinct MIME types with the same *.pkg glob. Well fuck.
16+
MimeType=application/x-xar;inode/directory;

0 commit comments

Comments
 (0)