Update manifest with revised name and URL

This commit is contained in:
Isaac Shoebottom 2024-01-19 21:12:04 -04:00
parent e09f6ee74b
commit d1a0439169
2 changed files with 6 additions and 6 deletions

View File

@ -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
}

View File

@ -1,7 +1,7 @@
{
"name": "YooplePack",
"version": "1.0.0",
"websiteUrl": "https://git.shoebottom.ca/IsaacShoebottom/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",