Hide ReplayMod app entry from menus on Linux

This commit is contained in:
Jonas Herzig
2017-08-24 20:56:03 +02:00
parent 6aff99d3ac
commit 5b04edbbd3

View File

@@ -25,6 +25,7 @@ public class LinuxUriScheme extends UriScheme {
"Icon=" + iconFile.getAbsolutePath().replace("\\", "\\\\").replace("\"", "\\\"") + "\n" +
"Type=Application\n" +
"Terminal=false\n" +
"NoDisplay=true\n" +
"MimeType=x-scheme-handler/replaymod;";
FileOutputStream out = new FileOutputStream(file);