From f97222977fc40acfcdac2cbe5952a4eea576ba31 Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Sat, 1 Jul 2023 23:14:06 -0700 Subject: [PATCH] Update bz-mods.json --- bz-mods.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bz-mods.json b/bz-mods.json index cd31d83..8f79928 100644 --- a/bz-mods.json +++ b/bz-mods.json @@ -14,8 +14,8 @@ "version": "v0.0.2-test-bundle-test.11", "description": "First workflow build!", "games": ["jak1", "jak2"], - "windows_bundle_url": "https://github.com/dallmeyer/OG-Mod-Base/releases/download/v0.0.2-test-bundle-test.11/windows-v0.0.2-test-bundle-test.11.zip", - "linux_bundle_url": "https://github.com/dallmeyer/OG-Mod-Base/releases/download/v0.0.2-test-bundle-test.11/linux-v0.0.2-test-bundle-test.11.tar.gz" + "windowsurl": "https://github.com/dallmeyer/OG-Mod-Base/releases/download/v0.0.2-test-bundle-test.11/windows-v0.0.2-test-bundle-test.11.zip", + "linuxurl": "https://github.com/dallmeyer/OG-Mod-Base/releases/download/v0.0.2-test-bundle-test.11/linux-v0.0.2-test-bundle-test.11.tar.gz" } ] }, @@ -35,13 +35,13 @@ "version": "v0.2", "description": "Jak II started", "games": ["jak1", "jak2"], - "windows_bundle_url": "https://github.com/dallmeyer/opengoal-orbhunt/releases/download/v0.2/opengoal-windows-v0.2.zip" + "windowsurl": "https://github.com/dallmeyer/opengoal-orbhunt/releases/download/v0.2/opengoal-windows-v0.2.zip" }, { "version": "v01", "description": "Jak 1 finished, with Baby Mode", "games": ["jak1"], - "windows_bundle_url": "https://github.com/dallmeyer/opengoal-orbhunt/releases/download/v01/opengoal-windows-v0.1.zip" + "windowsurl": "https://github.com/dallmeyer/opengoal-orbhunt/releases/download/v01/opengoal-windows-v0.1.zip" } ] }