-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use $schema and $id in the right way * update tests * add news * future annotations * pre-commit * Regenerate schema * Update menuinst-1.schema.json Co-authored-by: Marco Esters <[email protected]> * regenerate again --------- Co-authored-by: Marco Esters <[email protected]>
- Loading branch information
1 parent
285e243
commit 903ae24
Showing
18 changed files
with
1,099 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"menu_name": "REQUIRED", | ||
"menu_items": [ | ||
{ | ||
"name": "REQUIRED", | ||
"description": "REQUIRED", | ||
"command": [ | ||
"REQUIRED" | ||
], | ||
"icon": null, | ||
"precommand": null, | ||
"precreate": null, | ||
"working_dir": null, | ||
"activate": true, | ||
"terminal": false, | ||
"platforms": { | ||
"linux": { | ||
"Categories": null, | ||
"DBusActivatable": null, | ||
"GenericName": null, | ||
"Hidden": null, | ||
"Implements": null, | ||
"Keywords": null, | ||
"MimeType": null, | ||
"NoDisplay": null, | ||
"NotShowIn": null, | ||
"OnlyShowIn": null, | ||
"PrefersNonDefaultGPU": null, | ||
"SingleMainWindow": null, | ||
"StartupNotify": null, | ||
"StartupWMClass": null, | ||
"TryExec": null, | ||
"glob_patterns": null | ||
}, | ||
"osx": { | ||
"CFBundleDisplayName": null, | ||
"CFBundleIdentifier": null, | ||
"CFBundleName": null, | ||
"CFBundleSpokenName": null, | ||
"CFBundleVersion": null, | ||
"CFBundleURLTypes": null, | ||
"CFBundleDocumentTypes": null, | ||
"LSApplicationCategoryType": null, | ||
"LSBackgroundOnly": null, | ||
"LSEnvironment": null, | ||
"LSMinimumSystemVersion": null, | ||
"LSMultipleInstancesProhibited": null, | ||
"LSRequiresNativeExecution": null, | ||
"NSSupportsAutomaticGraphicsSwitching": null, | ||
"UTExportedTypeDeclarations": null, | ||
"UTImportedTypeDeclarations": null, | ||
"entitlements": null, | ||
"link_in_bundle": null, | ||
"event_handler": null | ||
}, | ||
"win": { | ||
"desktop": true, | ||
"quicklaunch": false, | ||
"terminal_profile": null, | ||
"url_protocols": null, | ||
"file_extensions": null, | ||
"app_user_model_id": null | ||
} | ||
} | ||
} | ||
], | ||
"$schema": "https://schemas.conda.org/menuinst-1.schema.json" | ||
} |
Oops, something went wrong.