From 2036ce3c60d278f0310cf741ec625e0e06699626 Mon Sep 17 00:00:00 2001 From: Joshua Leivers Date: Mon, 20 May 2024 17:13:04 +0100 Subject: [PATCH] fix: add label and filepath to `icon.svg` upload --- config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json b/config.json index d1f26d8..5ebbc88 100644 --- a/config.json +++ b/config.json @@ -42,7 +42,9 @@ }, { "path": "icon.svg", + "label": "icon.svg", "type": "image", + "filepath": "/icon.svg", "target": "generic_package", "status": "hidden" }, -- GitLab