-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Windows menu shortcuts to menuinst 2 format (#272)
automerged PR by conda-forge/automerge-action
- Loading branch information
Showing
7 changed files
with
44 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$id": "https://schemas.conda.io/menuinst-1.schema.json", | ||
"$schema": "https://json-schema.org/draft-07/schema", | ||
"menu_name": "{{ DISTRIBUTION_NAME }}", | ||
"menu_items": [ | ||
{ | ||
"name": "GNU Radio Companion", | ||
"description": "Flowgraph builder for GNU Radio", | ||
"command": [ | ||
"{{ BIN_DIR }}/gnuradio-companion" | ||
], | ||
"icon": "{{ MENU_DIR }}/grc.{{ ICON_EXT }}", | ||
"platforms": { | ||
"win": { | ||
"desktop": false, | ||
"quicklaunch": false | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$id": "https://schemas.conda.io/menuinst-1.schema.json", | ||
"$schema": "https://json-schema.org/draft-07/schema", | ||
"menu_name": "{{ DISTRIBUTION_NAME }}", | ||
"menu_items": [ | ||
{ | ||
"name": "GNU Radio Filter Design Tool", | ||
"description": "Graphical filter design tool for GNU Radio", | ||
"command": [ | ||
"{{ BIN_DIR }}/gr_filter_design" | ||
], | ||
"platforms": { | ||
"win": { | ||
"desktop": false, | ||
"quicklaunch": false | ||
} | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ source: | |
|
||
|
||
build: | ||
number: 7 | ||
number: 8 | ||
|
||
requirements: | ||
build: | ||
|