Update manifest with revised name and URL
This commit is contained in:
parent
e09f6ee74b
commit
d1a0439169
@ -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
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user