mirror of
https://github.com/elliotnunn/tbxi.git
synced 2024-12-21 15:29:26 +00:00
Use name 'Mac OS ROM' within BinHex
This commit is contained in:
parent
244c93f567
commit
452519f829
@ -77,7 +77,7 @@ def main(args=None):
|
|||||||
finfo.Type = b'tbxi'
|
finfo.Type = b'tbxi'
|
||||||
finfo.Flags = 0
|
finfo.Flags = 0
|
||||||
|
|
||||||
bh = binhex.BinHex((path.basename(base), finfo, len(data), 0), args.output)
|
bh = binhex.BinHex(('Mac OS ROM', finfo, len(data), 0), args.output)
|
||||||
bh.write(data)
|
bh.write(data)
|
||||||
bh.write_rsrc(b'')
|
bh.write_rsrc(b'')
|
||||||
bh.close()
|
bh.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user