Browse Source

Update NYSTHI

pull/520/head
Andrew Belt 6 years ago
parent
commit
bd92485158
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      manifests/NYSTHI.json
  2. +1
    -1
      scripts/build_updates.py

+ 1
- 1
manifests/NYSTHI.json View File

@@ -4,6 +4,6 @@
"license": "proprietary",
"authorEmail": "antoniotuzzi@gmail.com",
"manualUrl": "https://github.com/nysthi/nysthi/blob/master/README.md",
"latestVersion": "0.6.25",
"latestVersion": "0.6.26",
"status": "available"
}

+ 1
- 1
scripts/build_updates.py View File

@@ -60,7 +60,7 @@ build_plugin.system("cd ../downloads && make upload")

# Commit repository
build_plugin.system("git add -u")
build_plugin.system("git commit -m 'Updated builds'")
build_plugin.system("git commit -m 'Update builds'")
build_plugin.system("git push")




Loading…
Cancel
Save