Browse Source

Update NYSTHI

pull/528/head
Andrew Belt 6 years ago
parent
commit
81e909293a
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      manifests/NYSTHI.json
  2. +1
    -2
      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.27",
"latestVersion": "0.6.28",
"status": "available"
}

+ 1
- 2
scripts/build_updates.py View File

@@ -61,8 +61,7 @@ build_plugin.system("cd ../downloads && make upload")
# Commit repository
build_plugin.system("git add -u")
build_plugin.system("git commit -m 'Update builds'")
# build_plugin.system("git push")
print("Remember to `git push`")
build_plugin.system("git push")


print()


Loading…
Cancel
Save