Hopefully improve packaging. This is experimental and may have to be removed.

This commit is contained in:
Storm Dragon
2025-09-26 17:05:20 -04:00
parent 525c9d7563
commit 28856d2662

View File

@@ -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
# Silently fail if we can't move - game will still work from _internal at least enough to exit.
pass