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