Show More
@@ -127,6 +127,7 b' def run_pyoxidizer(' | |||||
127 |
|
127 | |||
128 | # Write out a default editor.rc file to configure notepad as the |
|
128 | # Write out a default editor.rc file to configure notepad as the | |
129 | # default editor. |
|
129 | # default editor. | |
|
130 | os.makedirs(out_dir / "defaultrc", exist_ok=True) | |||
130 | with (out_dir / "defaultrc" / "editor.rc").open( |
|
131 | with (out_dir / "defaultrc" / "editor.rc").open( | |
131 | "w", encoding="utf-8" |
|
132 | "w", encoding="utf-8" | |
132 | ) as fh: |
|
133 | ) as fh: |
General Comments 0
You need to be logged in to leave comments.
Login now