Skip to content

Commit

Permalink
Linux shortcut command requires "%F" rather than "$@".
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jul 16, 2024
1 parent d68052f commit 23a6501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/spyder-menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"Development",
"Science"
],
"command": ["{{ PREFIX }}/bin/spyder", "$@"],
"command": ["{{ PREFIX }}/bin/spyder", "%F"],
"StartupWMClass": "Spyder",
"MimeType": [
"text/x-script.python",
"text/x-python",
"text/plain",
"text/html",
"text/xml",
Expand Down

0 comments on commit 23a6501

Please sign in to comment.