From b7dd32a7a4e08c9aa1dd68b67351bce33742a209 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 31 Oct 2022 09:33:17 +0100 Subject: [PATCH] 11# Please enter the commit message for your changes. Lines starting --- epicgamesfree/config.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index d8e01c986..5dc467670 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -1,10 +1,15 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Automatically login and redeem promotional free games from Epic Games Store", "image": "ghcr.io/alexbelgium/epicgamesfree-{arch}", "init": false, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Epic Games Free", "ports": { "3000/tcp": 3000 @@ -14,6 +19,6 @@ }, "slug": "epicgamesfree", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30", + "version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} +} \ No newline at end of file