From 96ebf0511b54e2f0e03375773dae9a8a63f95b5e Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:10:18 +0100 Subject: [PATCH] fix main file name --- core/installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/installation.py b/core/installation.py index 9b61ee6..c7ae319 100644 --- a/core/installation.py +++ b/core/installation.py @@ -61,7 +61,7 @@ class Install: venv_folder = '.pyenv' unix_user_home_directory = os.path.expanduser("~") unix_systemd_folder = os.path.join(unix_user_home_directory, '.config', 'systemd', 'user') - defender_main_executable = os.path.join(defender_install_folder, 'main.py') + defender_main_executable = os.path.join(defender_install_folder, 'defender.py') self.config = self.CoreConfig( install_log_file='install.log',