From 28856d2662911bf35af3ed8d9a777e1087e49288 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 26 Sep 2025 17:05:20 -0400 Subject: [PATCH] Hopefully improve packaging. This is experimental and may have to be removed. --- move_dirs_hook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/move_dirs_hook.py b/move_dirs_hook.py index 00f0ed7..97a7a9a 100644 --- a/move_dirs_hook.py +++ b/move_dirs_hook.py @@ -37,5 +37,5 @@ if hasattr(sys, '_MEIPASS'): try: shutil.move(internal_path, target_path) except Exception as e: - # Silently fail if we can't move - game will still work from _internal - pass \ No newline at end of file + # Silently fail if we can't move - game will still work from _internal at least enough to exit. + pass