From 5697d98862efa81a8ad3651e9ef68d754a58ea90 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 27 Jun 2024 11:46:47 +0300 Subject: treewide: fix package structure The static files need to be inside the module to be installed correctly as part of the module. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b0cc95e..f9a954e0 100644 --- a/.gitignore +++ b/.gitignore @@ -153,7 +153,7 @@ dmypy.json cython_debug/ # static files are built -backend/static +backend/decky_loader/static # ignore settings.json # prevents leaking login details -- cgit v1.2.3