Skip to content

Commit

Permalink
MIME fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MinecraftZuriki committed Nov 30, 2017
1 parent 6f2e9f1 commit aead0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.py
Expand Up @@ -366,7 +366,7 @@ def install(self):
errorDialog("Failed to update desktop database.")
window.logMessage("Failed to update desktop database.", 1)
window.logMessage("Applying MIME settings...")
if(subprocess.call(['bash', '-c', 'xdg-mime default retrocraft.desktop x-scheme-handler/foo;']) != 0):
if(subprocess.call(['bash', '-c', 'xdg-mime default retrocraft.desktop x-scheme-handler/retrocraft;']) != 0):
errorDialog("Failed to register mime type.")
window.logMessage("Failed to register mime type.", 1)

Expand Down

0 comments on commit aead0af

Please sign in to comment.