| @@ -1,10 +1,13 @@ | |||||
| { | { | ||||
| "name": "UnforgettableLuncheon", | |||||
| "author": "JohnnyMurf", | |||||
| "license": "CC-BY-1.0", | |||||
| "pluginUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md", | |||||
| "authorUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon", | |||||
| "manualUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon.git", | |||||
| "repoVersion": "0.6.2" | |||||
| } | |||||
| "name": "UnforgettableLuncheon", | |||||
| "author": "JohnnyMurf", | |||||
| "license": "CC-BY-1.0", | |||||
| "pluginUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md", | |||||
| "authorUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon", | |||||
| "manualUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon.git", | |||||
| "repoVersion": "0.6.2", | |||||
| "latestVersion": "0.6.2", | |||||
| "buildTimestamp": 1551242590, | |||||
| "status": "available" | |||||
| } | |||||
| @@ -5,9 +5,9 @@ | |||||
| "manualUrl": "https://valleyaudio.github.io", | "manualUrl": "https://valleyaudio.github.io", | ||||
| "sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree/", | "sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree/", | ||||
| "donateUrl": "https://www.paypal.me/valleyvcv", | "donateUrl": "https://www.paypal.me/valleyvcv", | ||||
| "latestVersion": "0.6.13", | |||||
| "latestVersion": "0.6.14", | |||||
| "repoVersion": "0.6.14", | "repoVersion": "0.6.14", | ||||
| "status": "available", | "status": "available", | ||||
| "buildTimestamp": 1549828591, | |||||
| "buildTimestamp": 1551242578, | |||||
| "pluginUrl": "https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md" | "pluginUrl": "https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md" | ||||
| } | |||||
| } | |||||
| @@ -49,6 +49,8 @@ for plugin_dir in plugin_dirs: | |||||
| json.dump(manifest, f, indent=" ") | json.dump(manifest, f, indent=" ") | ||||
| built_slugs.append(slug) | built_slugs.append(slug) | ||||
| os.system("qutebrowser \"https://github.com/VCVRack/library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+" + slug + "\" &") | |||||
| if not built_slugs: | if not built_slugs: | ||||