mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 14:37:36 +01:00
Add release to ctf
This commit is contained in:
parent
0779d015bf
commit
1ce2c2db4a
6
setup.py
6
setup.py
@ -275,6 +275,12 @@ Uses the CTF PvP Engine.
|
||||
|
||||
db.session.add(game1)
|
||||
|
||||
rel = PackageRelease()
|
||||
rel.package = game1
|
||||
rel.title = "v1.0.0"
|
||||
rel.url = "https://github.com/rubenwardy/capturetheflag/archive/master.zip"
|
||||
rel.approved = True
|
||||
db.session.add(rel)
|
||||
|
||||
db.session.commit()
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user