Browse Source

Update manifest for VCV-Recorder

v1
Andrew Belt 5 years ago
parent
commit
7bd5c43616
1 changed files with 21 additions and 17 deletions
  1. +21
    -17
      manifests/VCV-Recorder.json

+ 21
- 17
manifests/VCV-Recorder.json View File

@@ -1,19 +1,23 @@
{
"slug": "VCV-Recorder",
"license": "BSD-3-Clause",
"version": "1.0.0",
"name": "Recorder",
"brand": "VCV",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"sourceUrl": "https://github.com/VCVRack/VCV-Recorder",
"modules": [
{
"slug": "Recorder",
"name": "Recorder",
"description": "Records stereo audio and video from Rack screen a file",
"tags": ["Recording", "Visual"]
}
]
"slug": "VCV-Recorder",
"license": "BSD-3-Clause",
"version": "1.0.1",
"name": "Recorder",
"brand": "VCV",
"author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"sourceUrl": "https://github.com/VCVRack/VCV-Recorder",
"changelogUrl": "https://github.com/VCVRack/VCV-Recorder/blob/v1/CHANGELOG.md",
"modules": [
{
"slug": "Recorder",
"name": "Recorder",
"description": "Records stereo audio and video from Rack screen a file",
"tags": [
"Recording",
"Visual"
]
}
]
}

Loading…
Cancel
Save