From b6befb1e4a32c0757811d5971158ad1cb0ff8bd3 Mon Sep 17 00:00:00 2001 From: creepertron95 Date: Sat, 22 Aug 2020 11:59:11 -0500 Subject: [PATCH 1/2] Icons for BADLAND --- data.json | 11 +++++++++++ icons/circle/48/badland.svg | 17 +++++++++++++++++ icons/square/48/badland.svg | 17 +++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 icons/circle/48/badland.svg create mode 100644 icons/square/48/badland.svg diff --git a/data.json b/data.json index d4a3f79757..be9a3003ea 100644 --- a/data.json +++ b/data.json @@ -1456,6 +1456,17 @@ ] } }, + "badland": { + "android": [ + "com.frogmind.badland/com.frogmind.badland.Badland", + "com.frogmind.badland.humble/com.frogmind.badland.humble.Badland", + "com.frogmind.badland/com.inject.InjectActivity" + "com.frogmind.badland.ultimata/com.frogmind.badland.ultimata.Badland" + ], + "linux": { + "root": "steam_icon_269670" + } + }, "baka-mplayer": { "linux": { "root": "baka-mplayer" diff --git a/icons/circle/48/badland.svg b/icons/circle/48/badland.svg new file mode 100644 index 0000000000..cfb46db252 --- /dev/null +++ b/icons/circle/48/badland.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/square/48/badland.svg b/icons/square/48/badland.svg new file mode 100644 index 0000000000..eb3e11615d --- /dev/null +++ b/icons/square/48/badland.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 6fbf8fd2623edeaf367e051ac6d229e7a4f5cec7 Mon Sep 17 00:00:00 2001 From: "Joshua H. Fogg" Date: Sat, 19 Sep 2020 14:24:46 +0100 Subject: [PATCH 2/2] Update data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index dffb464911..d923089130 100644 --- a/data.json +++ b/data.json @@ -2000,7 +2000,7 @@ "android": [ "com.frogmind.badland/com.frogmind.badland.Badland", "com.frogmind.badland.humble/com.frogmind.badland.humble.Badland", - "com.frogmind.badland/com.inject.InjectActivity" + "com.frogmind.badland/com.inject.InjectActivity", "com.frogmind.badland.ultimata/com.frogmind.badland.ultimata.Badland" ], "linux": {