mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-23 02:32:28 +01:00
Add release to handholds
This commit is contained in:
8
setup.py
8
setup.py
@ -84,6 +84,7 @@ awards.register_achievement("award_mesefind",{
|
|||||||
rel.package = mod1
|
rel.package = mod1
|
||||||
rel.title = "v1.0.0"
|
rel.title = "v1.0.0"
|
||||||
rel.url = "https://github.com/rubenwardy/awards/archive/master.zip"
|
rel.url = "https://github.com/rubenwardy/awards/archive/master.zip"
|
||||||
|
rel.approved = True
|
||||||
db.session.add(rel)
|
db.session.add(rel)
|
||||||
|
|
||||||
mod2 = Package()
|
mod2 = Package()
|
||||||
@ -199,6 +200,13 @@ No warranty is provided, express or implied, for any part of the project.
|
|||||||
mod.desc = "This is the long desc"
|
mod.desc = "This is the long desc"
|
||||||
db.session.add(mod)
|
db.session.add(mod)
|
||||||
|
|
||||||
|
rel = PackageRelease()
|
||||||
|
rel.package = mod
|
||||||
|
rel.title = "v1.0.0"
|
||||||
|
rel.url = "https://github.com/ezhh/handholds/archive/master.zip"
|
||||||
|
rel.approved = True
|
||||||
|
db.session.add(rel)
|
||||||
|
|
||||||
mod = Package()
|
mod = Package()
|
||||||
mod.approved = True
|
mod.approved = True
|
||||||
mod.name = "other_worlds"
|
mod.name = "other_worlds"
|
||||||
|
Reference in New Issue
Block a user