Metadata updates for CDB
This commit is contained in:
parent
90539b58eb
commit
6deb802e3c
12
.cdb.json
Normal file
12
.cdb.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"user": "Warr1024",
|
||||
"type": "mod",
|
||||
"tags": ["combat_mod_jam",
|
||||
"tools",
|
||||
"technology"
|
||||
],
|
||||
"title": "Doomsday Device",
|
||||
"license": "MIT",
|
||||
"media_license": "MIT",
|
||||
"repo": "https://gitlab.com/sztest/nodecore"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
-- LUALOCALS < ---------------------------------------------------------
|
||||
local dofile, math, tonumber
|
||||
= dofile, math, tonumber
|
||||
local math, tonumber
|
||||
= math, tonumber
|
||||
local math_floor
|
||||
= math.floor
|
||||
-- LUALOCALS > ---------------------------------------------------------
|
||||
@ -17,21 +17,13 @@ readtext = readtext or function() end
|
||||
readbinary = readbinary or function() end
|
||||
|
||||
return {
|
||||
user = "Warr1024",
|
||||
pkg = "doomsday",
|
||||
min = "5.0",
|
||||
version = stamp .. "-$Format:%h$",
|
||||
path = ".",
|
||||
type = "mod",
|
||||
title = "Doomsday Device",
|
||||
short_desc = "The pinnacle of explosives mods",
|
||||
tags = "combat, tools, machines",
|
||||
license = "mit",
|
||||
desc = readtext('README.md'),
|
||||
repo = "https://gitlab.com/sztest/doomsday",
|
||||
short_description = "The pinnacle of explosives mods",
|
||||
long_description = readtext('README.md'),
|
||||
screenshots = {
|
||||
readbinary('.cdb-screen-mtg.jpg'),
|
||||
readbinary('.cdb-screen-nodecore.jpg')
|
||||
readbinary('.cdb-screen-nodecore.jpg'),
|
||||
readbinary('.cdb-screen-mtg.jpg')
|
||||
}
|
||||
}
|
||||
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
.cdbrelease.lua export-subst
|
||||
.cdb.json export-ignore
|
||||
.git* export-ignore
|
||||
.lua* export-ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user