mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
# Should work
|
|
resource test1 test1/
|
|
|
|
# Mapping into jar files should work
|
|
resource test3 jar:test3.jar!/resources/
|
|
|
|
# Invalid line
|
|
resource test4
|
|
|
|
# Check we made it through the whole manifest
|
|
resource test5 test5/
|