mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-09 14:37:36 +01:00
Add release to handholds
This commit is contained in:
parent
1ecc3db383
commit
0779d015bf
8
setup.py
8
setup.py
@ -84,6 +84,7 @@ awards.register_achievement("award_mesefind",{
|
||||
rel.package = mod1
|
||||
rel.title = "v1.0.0"
|
||||
rel.url = "https://github.com/rubenwardy/awards/archive/master.zip"
|
||||
rel.approved = True
|
||||
db.session.add(rel)
|
||||
|
||||
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"
|
||||
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.approved = True
|
||||
mod.name = "other_worlds"
|
||||
|
Loading…
Reference in New Issue
Block a user