From 1a94c706ced3ede33d182cf20b8876c133d3bc14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:17:04 +0100 Subject: [PATCH] Update config_panel.toml.example --- config_panel.toml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml.example b/config_panel.toml.example index c6bccd8..3b89740 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -246,14 +246,14 @@ services = ["__APP__"] type = "file" accept = ".png" help = "Fill with an already resized logo" - bind = "__FINALPATH__/img/logo.png" + bind = "__INSTALL_DIR__/img/logo.png" [main.customization.favicon] ask = "Favicon" type = "file" accept = ".png" help = "Fill with an already sized favicon" - bind = "__FINALPATH__/img/favicon.png" + bind = "__INSTALL_DIR__/img/favicon.png" [main.stripe]