mirror of
https://github.com/elliotnunn/macresources.git
synced 2026-04-20 22:16:40 +00:00
Fix rfx producing hideous ascii-dirty Rez files
This commit is contained in:
@@ -152,7 +152,7 @@ def flush_cache():
|
||||
pass
|
||||
|
||||
with open(the_path, 'wb') as f:
|
||||
f.write(macresources.make_rez_code(resources))
|
||||
f.write(macresources.make_rez_code(resources, ascii_clean=True))
|
||||
|
||||
elif is_fork(the_path):
|
||||
# For BASE/..namedfork/rsrc to be openable by macOS, BASE must exist
|
||||
|
||||
Reference in New Issue
Block a user