From 1f53ced1ae69c7576045e113f1307bef8a574825 Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Sat, 27 Feb 2021 19:44:25 -0500 Subject: [PATCH] Tidy up metadata --- .cdb.json | 11 +++++++++++ .cdbrelease.lua | 8 -------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..77b3004 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,11 @@ +{ + "type": "txp", + "title": "Regression for NodeCore", + "short_description": "The Comic Sans of NodeCore Textures", + "tags": ["16px"], + "license": "MIT", + "media_license": "MIT", + "repo": "https://gitlab.com/sztest/nc_regression", + "issue_tracker": "https://discord.gg/NNYeF6f", + +} \ No newline at end of file diff --git a/.cdbrelease.lua b/.cdbrelease.lua index 11bff5b..d85830b 100644 --- a/.cdbrelease.lua +++ b/.cdbrelease.lua @@ -20,15 +20,7 @@ return { user = "Warr1024", pkg = "nc_regression", version = stamp .. "-$Format:%h$", - type = "txp", - title = "Regression for NodeCore", - short_description = "The Comic Sans of NodeCore Textures", long_description = readtext("README.md"), - tags = {"16px"}, - license = "MIT", - media_license = "MIT", - repo = "https://gitlab.com/sztest/nc_regression", - issueTracker = "https://discord.gg/NNYeF6f", screenshots = {readbinary('.cdbscreen.jpg')} }