Update website URLs in generate-manifest.py and manifest.json
This commit is contained in:
parent
cee0e4f79f
commit
09943b6d00
@ -7,7 +7,7 @@ def main():
|
|||||||
|
|
||||||
NAME = "YooplePack"
|
NAME = "YooplePack"
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.0"
|
||||||
WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack"
|
WEBSITE = "https://github.com/IsaacShoebottom/YooplePack"
|
||||||
DESCRIPTION = "Modpack for the Yoople server"
|
DESCRIPTION = "Modpack for the Yoople server"
|
||||||
|
|
||||||
# Read dependencies file
|
# Read dependencies file
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "YooplePack",
|
"name": "YooplePack",
|
||||||
"version_number": "1.0.0",
|
"version_number": "1.0.0",
|
||||||
"website_url": "https://git.shoebottom.ca/IsaacShoebottom/YooplePack",
|
"website_url": "https://github.com/IsaacShoebottom/YooplePack",
|
||||||
"description": "Modpack for the Yoople server",
|
"description": "Modpack for the Yoople server",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"BepInEx-BepInExPack-5.4.2100",
|
"BepInEx-BepInExPack-5.4.2100",
|
||||||
|
Loading…
Reference in New Issue
Block a user