Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 397c3fb

Browse files
committed
Added BINA to unknown filetypes (what mw uses)
1 parent 32b2f82 commit 397c3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/mkapplet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main():
6363
for filename in sys.argv[1:]:
6464
process(template, filename)
6565

66-
undefs = ('????', ' ', '\0\0\0\0')
66+
undefs = ('????', ' ', '\0\0\0\0', 'BINA')
6767

6868
def process(template, filename):
6969

0 commit comments

Comments
 (0)