Browse Source

removed productId so it third party devs don't accidentally add it

pull/18/head
Jeremy Wentworth 6 years ago
parent
commit
b43dc85112
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      README.md

+ 0
- 2
README.md View File

@@ -21,7 +21,6 @@ Filename should be `YourSlug.json`.
"homepage": "https://vcvrack.com/",
"manual": "https://vcvrack.com/manual/AudibleInstruments.html",
"source": "https://github.com/VCVRack/AudibleInstruments",
"productId": "1234567890",
"downloads": {
"win": {
"download": "https://example.com/AudibleInstruments-0.5.0-win.zip",
@@ -50,7 +49,6 @@ Keys with * are required.
- **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL.
- **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.
- **source**: URL of the source code landing page.
- **productId**: VCV store ID for commercial plugins.
- **downloads**: Mapping of supported architectures to downloads.
- **download**: Direct URL to the compiled binary ZIP. If supported architectures are merged into one ZIP file, you can copy the same link into each of the architecture sections. The name of the zip file does not matter. However, each zip must contain a single folder equal to the name of the plugin's slug. GitHub releases is a good choice for open-source plugins.
- **sha256**: Hex SHA256 string of the binary ZIP file for verifying downloads. Use `sha256sum [FILE]` or `sha256 [FILE]` or https://www.virustotal.com

Loading…
Cancel
Save