@@ -169,11 +169,15 @@ | |||||
path = repos/ParableInstruments | path = repos/ParableInstruments | ||||
url = https://github.com/adbrant/ArableInstruments.git | url = https://github.com/adbrant/ArableInstruments.git | ||||
branch = parable | branch = parable | ||||
[submodule "repos/KoralfxVCV"] | |||||
path = repos/KoralfxVCV | |||||
url = https://github.com/koralfx/KoralfxVCV | |||||
branch = master | |||||
[submodule "repos/NonLinearInstruments"] | [submodule "repos/NonLinearInstruments"] | ||||
path = repos/NonLinearInstruments | path = repos/NonLinearInstruments | ||||
url = https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins | url = https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins | ||||
branch = master | branch = master | ||||
[submodule "repos/mscHack"] | |||||
path = repos/mscHack | |||||
url = https://github.com/mschack/VCV-Rack-Plugins.git | |||||
branch = master | |||||
[submodule "repos/Koralfx-Modules"] | |||||
path = repos/Koralfx-Modules | |||||
url = https://github.com/koralfx/Koralfx-Modules | |||||
branch = master |
@@ -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.2", | |||||
"buildTimestamp": 1522751401 | |||||
"repoVersion": "0.6.3", | |||||
"buildTimestamp": 1522881009 | |||||
} | } |
@@ -0,0 +1,9 @@ | |||||
{ | |||||
"name": "Koralfx Modules", | |||||
"author": "Tomek Sosnowski", | |||||
"authorEmail": "koralfx@gmail.com", | |||||
"license": "BSD-3-Clause", | |||||
"sourceUrl": "https://github.com/koralfx/Koralfx-Modules/", | |||||
"manualUrl": "https://github.com/koralfx/Koralfx-Modules/blob/master/README.md", | |||||
"donateUrl": "https://www.paypal.me/koralfx/" | |||||
} |
@@ -1,8 +0,0 @@ | |||||
{ | |||||
"name": "KoralfxVCV", | |||||
"author": "Tomek Sosnowski", | |||||
"license": "proprietary", | |||||
"sourceUrl": "https://github.com/koralfx/KoralfxVCV", | |||||
"manualUrl": "https://github.com/koralfx/KoralfxVCV/blob/master/README.md", | |||||
"donateUrl": "https://www.paypal.me/koralfx/" | |||||
} |
@@ -4,6 +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", | |||||
"status": "available" | |||||
} | |||||
"latestVersion": "0.6.1", | |||||
"repoVersion": "0.6.1", | |||||
"status": "available", | |||||
"buildTimestamp": 1522880959 | |||||
} |
@@ -3,7 +3,7 @@ | |||||
"author": "Leonardo Laguna Ruiz", | "author": "Leonardo Laguna Ruiz", | ||||
"pluginUrl": "https://modlfo.github.io/VultModules", | "pluginUrl": "https://modlfo.github.io/VultModules", | ||||
"manualUrl": "https://modlfo.github.io/VultModules", | "manualUrl": "https://modlfo.github.io/VultModules", | ||||
"latestVersion": "0.6.0", | |||||
"latestVersion": "0.6.1", | |||||
"productId": "937306325035", | "productId": "937306325035", | ||||
"status": "available" | "status": "available" | ||||
} | } |
@@ -1 +1 @@ | |||||
Subproject commit da73489d1f7aa3dba77925777d485a3e66f8aec1 | |||||
Subproject commit 135ff85a6199da1cc85a5bf6291c7a9a5039e09a |
@@ -0,0 +1 @@ | |||||
Subproject commit 9cf3d31c4ef5ade9f30e615cd2411d81b8331314 |
@@ -1 +0,0 @@ | |||||
Subproject commit c78c38ec5d810a983fcc44859d04ca7b38254ec0 |
@@ -1 +1 @@ | |||||
Subproject commit 2b8df01774fcf0a11f4773cd06b4f54c3fb675d2 | |||||
Subproject commit 8ee1b004f1044c15018e3dc53227a5735bde00cb |
@@ -0,0 +1 @@ | |||||
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'] | ||||