Skip to content

Commit

Permalink
Add file type association for Windows.
Browse files Browse the repository at this point in the history
Note: this does not appear to establish file type association (conda/menuinst#185)
  • Loading branch information
mrclary committed May 6, 2024
1 parent 578d7cc commit cb39988
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion recipe/spyder-menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,66 @@
"win": {
"desktop": true,
"app_user_model_id": "spyder.Spyder",
"command": ["{{ PREFIX }}/pythonw.exe", "{{ PREFIX }}/Scripts/spyder-script.py"]
"command": ["{{ PREFIX }}/pythonw.exe", "{{ PREFIX }}/Scripts/spyder-script.py", "%*"],
"file_extensions": [
"bat",
"c",
"cc",
"cfg",
"cl",
"cmd",
"cpp",
"css",
"cxx",
"desktop",
"diff",
"enaml",
"f",
"f03",
"f08",
"f2k",
"f77",
"f90",
"f95",
"for",
"h",
"h",
"hh",
"hpp",
"htm",
"html",
"hxx",
"inf",
"ini",
"ipy",
"ipynb",
"jl",
"js",
"json",
"m",
"md",
"nsh",
"nsi",
"patch",
"po",
"pot",
"pro",
"properties",
"pxd",
"pxi",
"py",
"pyw",
"pyx",
"reg",
"rej",
"rst",
"scss",
"session",
"txt",
"xml",
"yaml",
"yml"
]
},
"linux": {
"Categories": [
Expand Down

0 comments on commit cb39988

Please sign in to comment.