From 12989009a27d1f2662f2283d96028d2184a08a64 Mon Sep 17 00:00:00 2001 From: Michael Abon Date: Mon, 6 May 2024 10:01:15 -0500 Subject: [PATCH] Fix .sdignore file The logs directory needs to exist in order for the plugin to launch. Until I change the code to create the directory if it does not exist, changing the .sdignore file is the quicker fix. --- ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore b/ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore index 333c1e9..805406a 100644 --- a/ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore +++ b/ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore @@ -1 +1 @@ -logs/ +logs/streamdeck-*.log*