Compare commits
No commits in common. "5a0fa8e50ec0ac46396b093d4de2214c2b468b30" and "e09f6ee74b553fb60e1a8f8b65e57e7cfa6e9b87" have entirely different histories.
5a0fa8e50e
...
e09f6ee74b
13
build.py
13
build.py
@ -1,13 +0,0 @@
|
|||||||
import subprocess
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
# run "python generate-manifest.py deps.txt"
|
|
||||||
subprocess.run(["python", "generate-manifest.py", "deps.txt"])
|
|
||||||
|
|
||||||
# run "package.py"
|
|
||||||
subprocess.run(["python", "package.py"])
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
@ -5,7 +5,7 @@ def main():
|
|||||||
# Parse first arg for path to dependencies
|
# Parse first arg for path to dependencies
|
||||||
deps_file = sys.argv[1]
|
deps_file = sys.argv[1]
|
||||||
|
|
||||||
NAME = "YooplePack"
|
NAME = "Yoople Pack"
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.0"
|
||||||
WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack"
|
WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack"
|
||||||
DESCRIPTION = "Modpack for the Yoople server"
|
DESCRIPTION = "Modpack for the Yoople server"
|
||||||
@ -22,8 +22,8 @@ def main():
|
|||||||
# Create manifest
|
# Create manifest
|
||||||
manifest = {
|
manifest = {
|
||||||
"name": NAME,
|
"name": NAME,
|
||||||
"version_number": VERSION,
|
"version": VERSION,
|
||||||
"website_url": WEBSITE,
|
"websiteUrl": WEBSITE,
|
||||||
"description": DESCRIPTION,
|
"description": DESCRIPTION,
|
||||||
"dependencies": deps
|
"dependencies": deps
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "YooplePack",
|
"name": "Yoople Pack",
|
||||||
"version_number": "1.0.0",
|
"version": "1.0.0",
|
||||||
"website_url": "https://git.shoebottom.ca/IsaacShoebottom/YooplePack",
|
"websiteUrl": "https://git.shoebottom.ca/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