mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-08 09:32:25 +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/
|