Browse Source

Update builds

pull/528/head
Andrew Belt 6 years ago
parent
commit
539702b3d5
3 changed files with 8 additions and 7 deletions
  1. +3
    -3
      manifests/Bidoo.json
  2. +3
    -3
      manifests/DHE-Modules.json
  3. +2
    -1
      scripts/build_updates.py

+ 3
- 3
manifests/Bidoo.json View File

@@ -7,7 +7,7 @@
"sourceUrl": "https://github.com/sebastien-bouffier/Bidoo",
"donateUrl": "https://paypal.me/sebastienbouffier",
"repoVersion": "0.6.19",
"buildTimestamp": 1538021997,
"latestVersion": "0.6.18",
"buildTimestamp": 1539460094,
"latestVersion": "0.6.19",
"status": "available"
}
}

+ 3
- 3
manifests/DHE-Modules.json View File

@@ -6,8 +6,8 @@
"manualUrl": "https://dhemery.github.io/DHE-Modules/",
"sourceUrl": "https://github.com/dhemery/DHE-Modules/",
"donateUrl": "https://paypal.me/DaleHEmery/",
"latestVersion": "0.6.1",
"latestVersion": "0.6.2",
"repoVersion": "0.6.2",
"status": "available",
"buildTimestamp": 1531096320
}
"buildTimestamp": 1539538829
}

+ 2
- 1
scripts/build_updates.py View File

@@ -61,7 +61,8 @@ 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")
# build_plugin.system("git push")
print("Remember to `git push`")


print()


Loading…
Cancel
Save