From d1a0439169c1698a86c39c1c1408a9a0b1172e33 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 19 Jan 2024 21:12:04 -0400 Subject: [PATCH] Update manifest with revised name and URL --- generate-manifest.py | 6 +++--- manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/generate-manifest.py b/generate-manifest.py index be800b4..49ffeb4 100644 --- a/generate-manifest.py +++ b/generate-manifest.py @@ -5,7 +5,7 @@ def main(): # Parse first arg for path to dependencies deps_file = sys.argv[1] - NAME = "Yoople Pack" + NAME = "YooplePack" VERSION = "1.0.0" WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack" DESCRIPTION = "Modpack for the Yoople server" @@ -22,8 +22,8 @@ def main(): # Create manifest manifest = { "name": NAME, - "version": VERSION, - "websiteUrl": WEBSITE, + "version_number": VERSION, + "website_url": WEBSITE, "description": DESCRIPTION, "dependencies": deps } diff --git a/manifest.json b/manifest.json index e32b87e..983f5d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "Yoople Pack", - "version": "1.0.0", - "websiteUrl": "https://git.shoebottom.ca/IsaacShoebottom/YooplePack", + "name": "YooplePack", + "version_number": "1.0.0", + "website_url": "https://git.shoebottom.ca/IsaacShoebottom/YooplePack", "description": "Modpack for the Yoople server", "dependencies": [ "BepInEx-BepInExPack-5.4.2100",