@@ -5,8 +5,8 @@ | |||||
"manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", | "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/almostEric/FrozenWasteland", | "sourceUrl": "https://github.com/almostEric/FrozenWasteland", | ||||
"donateUrl": "https://paypal.me/FrozenWasteland", | "donateUrl": "https://paypal.me/FrozenWasteland", | ||||
"latestVersion": "0.6.2", | |||||
"latestVersion": "0.6.3", | |||||
"status": "available", | "status": "available", | ||||
"repoVersion": "0.6.3", | "repoVersion": "0.6.3", | ||||
"buildTimestamp": 1522751401 | |||||
} | |||||
"buildTimestamp": 1522881009 | |||||
} |
@@ -4,7 +4,8 @@ | |||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", | "manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/The-XOR/RackPlugins", | "sourceUrl": "https://github.com/The-XOR/RackPlugins", | ||||
"latestVersion": "0.6.0", | |||||
"latestVersion": "0.6.1", | |||||
"repoVersion": "0.6.1", | "repoVersion": "0.6.1", | ||||
"status": "available" | |||||
} | |||||
"status": "available", | |||||
"buildTimestamp": 1522880959 | |||||
} |
@@ -1 +1 @@ | |||||
Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184 | |||||
Subproject commit 32720c73562ba2aa06bd9610014cbd63a34916e6 |
@@ -59,7 +59,8 @@ for filename in glob.glob("manifests/*"): | |||||
move_package(slug) | move_package(slug) | ||||
except Exception as e: | except Exception as e: | ||||
print(e) | print(e) | ||||
break | |||||
input("Enter to proceed") | |||||
continue | |||||
# Update build information | # Update build information | ||||
manifest['latestVersion'] = manifest['repoVersion'] | manifest['latestVersion'] = manifest['repoVersion'] | ||||