Browse Source

Update build for VCV-Prototype

v1
Andrew Belt 5 years ago
parent
commit
11c6b5971e
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      manifests/VCV-Prototype.json

+ 24
- 0
manifests/VCV-Prototype.json View File

@@ -0,0 +1,24 @@
{
"slug": "VCV-Prototype",
"name": "Prototype",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "VCV",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"pluginUrl": "",
"manualUrl": "https://github.com/VCVRack/VCV-Prototype/blob/master/README.md",
"sourceUrl": "https://github.com/VCVRack/VCV-Prototype",
"donateUrl": "",
"modules": [
{
"slug": "Prototype",
"name": "Prototype",
"description": "Run scripting languages for prototyping, learning, and hacking",
"tags": [
"External"
]
}
]
}

Loading…
Cancel
Save