From 45644ff08a40294f877e3e2189c4c8da9c66c216 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 23 Jun 2020 13:47:08 +0800 Subject: [PATCH] Fix rfx producing hideous ascii-dirty Rez files --- bin/rfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rfx b/bin/rfx index ac25f9e..bf18528 100755 --- a/bin/rfx +++ b/bin/rfx @@ -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