Browse Source

Update FrozenWasteland.

v1
Andrew Belt 5 years ago
parent
commit
813266e661
3 changed files with 7 additions and 3 deletions
  1. +1
    -1
      manifests-cache.json
  2. +1
    -1
      manifests/FrozenWasteland.json
  3. +5
    -1
      scripts/update.py

+ 1
- 1
manifests-cache.json View File

@@ -7232,7 +7232,7 @@
}
},
"FrozenWasteland": {
"buildTimestamp": 1589584931.1492314,
"buildTimestamp": 1589785866.0014496,
"creationTimestamp": 1518016501.0,
"modules": {
"BPMLFO": {


+ 1
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "1.14",
"version": "1.14.1",
"author": "almostEric",
"license": "GPL-3.0-only",
"authorEmail": "almostEric@frozenwastelandmodules.com",


+ 5
- 1
scripts/update.py View File

@@ -15,6 +15,7 @@ import update_cache
PACKAGES_DIR = "../packages"
SCREENSHOTS_DIR = "../screenshots"
MANIFESTS_DIR = "manifests"
RACK_SYSTEM_DIR = "../Rack-v1"
RACK_USER_DIR = "$HOME/.Rack"
RACK_USER_PLUGIN_DIR = os.path.join(RACK_USER_DIR, "plugins-v1")

@@ -131,10 +132,13 @@ update_modulargrid.update()
built_slugs_str = ", ".join(updated_slugs)

print()
print(f"Please test packages and generate screenshots.")
print(f"Please test packages.")
print(f"Press enter to upload the following packages and push the library repo: {built_slugs_str}")
input()

# Generate screenshots
common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack -t 2")

# Upload packages
common.system("cd ../packages && make upload")



Loading…
Cancel
Save