From f1f9805d362600f9003770afe4ebaeaa18de3e39 Mon Sep 17 00:00:00 2001 From: StuSerious Date: Tue, 6 Jun 2023 11:39:36 +0200 Subject: [PATCH] chore: update comments --- src/threedy/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threedy/main.py b/src/threedy/main.py index 8938b30..a9538be 100644 --- a/src/threedy/main.py +++ b/src/threedy/main.py @@ -11,7 +11,7 @@ from modules.settings import * -# PyInstaller `--onefile` helper +# PyInstaller path helper # https://github.com/TomSchimansky/CustomTkinter/discussions/939 def resource_path(relative_path): base_path = getattr(sys, "_MEIPASS", os.path.dirname(os.path.abspath(__file__)))