From e4eb4e83dc32f3e733d125338248288fd6d951d7 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:31:48 -0700 Subject: [PATCH] Update launcher.py --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index f382d7f..79f2b48 100644 --- a/launcher.py +++ b/launcher.py @@ -19,7 +19,7 @@ def download_from_github(url, output_file): def main(): github_url = "https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py" - output_file = "subgen.py" + output_file = "./subgen.py" # Check if the environment variable is set github_download_enabled = convert_to_bool(os.getenv("UPDATE", False))