mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
14 lines
505 B
Diff
14 lines
505 B
Diff
diff --git a/launcher/game/distribute.rpy b/launcher/game/distribute.rpy
|
|
index bece65c63..831c405f8 100644
|
|
--- a/launcher/game/distribute.rpy
|
|
+++ b/launcher/game/distribute.rpy
|
|
@@ -863,7 +863,7 @@ fix_dlc("renios", "renios")
|
|
)
|
|
|
|
for fn in os.listdir(directory):
|
|
- walk(fn, os.path.join(directory, fn))
|
|
+ walk(fn, os.path.join(directory, "renpy-dist" if fn == "renpy" else fn))
|
|
|
|
def merge_file_lists(self):
|
|
"""
|