David Blume commited on 2016-01-29 23:10:31
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -6,7 +6,7 @@ all: $(ZIPFILE) |
6 | 6 |
-F "mysubmit=Install" --output /dev/null --write-out "%{http_code}" \ |
7 | 7 |
http://$(ROKU_DEV_TARGET)/plugin_install |
8 | 8 |
|
9 |
-$(ZIPFILE): manifest source/*.brs images/*.jpg |
|
9 |
+$(ZIPFILE): manifest source/*.brs images/*.png |
|
10 | 10 |
zip $@ manifest source/*.* images/*.* |
11 | 11 |
|
12 | 12 |
clean: |
13 | 13 |