From ada3718285a696a065236af50e8a24c2ea907e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:44:35 +0100 Subject: [PATCH] changed category -> categories but for mods --- mods/Aure@SixSuits/meta.json | 4 ++-- mods/InertSteak@Pokermon/meta.json | 2 +- mods/Larswijn@CardSleeves/meta.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/Aure@SixSuits/meta.json b/mods/Aure@SixSuits/meta.json index 8ef76184..f3c8f65e 100644 --- a/mods/Aure@SixSuits/meta.json +++ b/mods/Aure@SixSuits/meta.json @@ -1,8 +1,8 @@ { "title": "Six Suits", "requires-steamodded": true, - "category": "Content", + "categories": ["Content"], "author": "Aure", "repo":"https://github.com/Aurelius7309/SixSuits", "downloadURL": "https://github.com/Aurelius7309/SixSuits/archive/refs/heads/master.zip" - } \ No newline at end of file + } diff --git a/mods/InertSteak@Pokermon/meta.json b/mods/InertSteak@Pokermon/meta.json index fff19c58..0f47ab63 100644 --- a/mods/InertSteak@Pokermon/meta.json +++ b/mods/InertSteak@Pokermon/meta.json @@ -1,7 +1,7 @@ { "title": "Pokermon", "requires-steamodded": true, - "category": ["Content"], + "categories": ["Content"], "author": "InertSteak", "repo":"https://github.com/InertSteak/Pokermon", "downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz" diff --git a/mods/Larswijn@CardSleeves/meta.json b/mods/Larswijn@CardSleeves/meta.json index 467997bf..8aa99c90 100644 --- a/mods/Larswijn@CardSleeves/meta.json +++ b/mods/Larswijn@CardSleeves/meta.json @@ -1,8 +1,8 @@ { "title": "CardSleeves", "requires-steamodded": true, - "category": "Content", + "categories": ["Content"], "author": "Larswijn", "repo": "https://github.com/larswijn/CardSleeves", "downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip" -} \ No newline at end of file +}