Browse Source

Add changelogUrl to helper script.

tags/v1.1.5
Andrew Belt 5 years ago
parent
commit
4b78d20201
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      helper.py

+ 1
- 0
helper.py View File

@@ -169,6 +169,7 @@ def create_manifest(slug, plugin_dir="."):
manifest['manualUrl'] = input_default("Manual website URL (optional)", manifest.get('manualUrl', ""))
manifest['sourceUrl'] = input_default("Source code URL (optional)", manifest.get('sourceUrl', ""))
manifest['donateUrl'] = input_default("Donate URL (optional)", manifest.get('donateUrl', ""))
manifest['changelogUrl'] = manifest.get('changelogUrl', "")

if 'modules' not in manifest:
manifest['modules'] = []


Loading…
Cancel
Save