From 007fb49cd51eaaf241f57aae3f8c5dd5deb6bad0 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Tue, 21 Mar 2023 17:38:08 +0200 Subject: [PATCH] Missing variable when deleting gnome-shell.css --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 1ed1ce1..7dce388 100644 --- a/install.py +++ b/install.py @@ -310,4 +310,4 @@ if __name__ == "__main__": main() - os.remove("./gnome-shell/gnome-shell.css") + os.remove(gnome_shell_css)