From b43dc851120d82bf57de451e19f735430f0fc652 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sun, 3 Dec 2017 13:20:06 -0500 Subject: [PATCH] removed productId so it third party devs don't accidentally add it --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d84412b1..9a7d3a95 100644 --- a/README.md +++ b/README.md @@ -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