mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Remove the shebang from the desktop file
Executing xdg-open on a desktop file opens the default text editor instead of running the application which I suspect is what was intended. Since the file is installed as non-executable, this should have no effect on anyone.
This commit is contained in:
parent
1f2b1caf42
commit
0311e97640
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Icon=dolphin-emu
|
||||
|
Loading…
Reference in New Issue
Block a user