Skip to content

Commit c22543c

Browse files
committed
ksy: fix import path
1 parent db1fb4d commit c22543c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/parsers/browser/crx/crx.ksy

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ meta:
44
license: CC0-1.0
55
ks-version: 0.9
66
imports:
7-
- /archive/zip
7+
- zip
88
encoding: utf-8
99
endian: le
1010
doc-ref:

src/parsers/image/apple_icon/icns.ksy

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ meta:
2323
license: MIT
2424
ks-version: "0.9"
2525
imports:
26-
- /common/bytes_with_io
26+
- /font/pcf/bytes_with_io
2727
endian: be
2828
doc: |
2929
Icon image format used by Mac OS 8.5 and later,
3030
including all versions of Mac OS X/macOS.
3131
This is the Mac equivalent of the Windows ICO format.
3232
33-
An ICNS file stores an *icon family*:
33+
An ICNS file stores an *icon family*:git@github.com:bolandi/binaryanalysis-ng.git
3434
a collection of images with visually the same content,
3535
but at different resolutions and color depths.
3636
When the system renders an icon on screen,

0 commit comments

Comments
 (0)