Hide ReplayMod app entry from menus on Linux
This commit is contained in:
@@ -25,6 +25,7 @@ public class LinuxUriScheme extends UriScheme {
|
|||||||
"Icon=" + iconFile.getAbsolutePath().replace("\\", "\\\\").replace("\"", "\\\"") + "\n" +
|
"Icon=" + iconFile.getAbsolutePath().replace("\\", "\\\\").replace("\"", "\\\"") + "\n" +
|
||||||
"Type=Application\n" +
|
"Type=Application\n" +
|
||||||
"Terminal=false\n" +
|
"Terminal=false\n" +
|
||||||
|
"NoDisplay=true\n" +
|
||||||
"MimeType=x-scheme-handler/replaymod;";
|
"MimeType=x-scheme-handler/replaymod;";
|
||||||
|
|
||||||
FileOutputStream out = new FileOutputStream(file);
|
FileOutputStream out = new FileOutputStream(file);
|
||||||
|
|||||||
Reference in New Issue
Block a user