diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-28 22:29:49 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-05-01 20:34:51 -0400 |
| commit | 6f8bb205e85320eb6cfd719c06725325afebbe7a (patch) | |
| tree | f1c55d6d8e5459370f20b2fcfadc75d61cfad9ef /bin | |
| parent | b5fbc23f746c86cc985711026d6585991c3251f4 (diff) | |
integrate input extension too
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/gen-input-inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-input-inx b/bin/gen-input-inx index 918adfb9..5f21ce84 100755 --- a/bin/gen-input-inx +++ b/bin/gen-input-inx @@ -37,7 +37,7 @@ def main(): for format, description in libembroidery_input_formats(): inx = template.render(format=format, description=description) - with open("inx/embroider_input_%s.inx" % format.upper(), 'w') as inx_file: + with open("inx/inkstitch_input_%s.inx" % format.upper(), 'w') as inx_file: inx_file.write(inx) |
