Skip to content

Commit 4bb19b4

Browse files
authored
Merge pull request #399 from manchoz/macos_universal_lzss
Add support for MacOS universal dylib for lzss library
2 parents c7dc27b + 0a183f7 commit 4bb19b4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

extras/.DS_Store

6 KB
Binary file not shown.

extras/tools/bin2ota.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import sys
44
import crccheck

extras/tools/lzss.dylib

64.5 KB
Binary file not shown.

extras/tools/lzss.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import platform
44
import sys

0 commit comments

Comments
 (0)