hit endpoint which triggers a new screenshot

This commit is contained in:
Alex Fox 2024-03-23 02:00:45 +00:00
parent 0defe7c941
commit 6a5b68c61b

View File

@ -76,6 +76,7 @@ remove:
.PHONY: screenshot
screenshot:
$(CURL_LOGGED_CMD) -F mysubmit=Screenshot "http://$(ROKU_DEV_TARGET)/plugin_inspect"
$(CURL_LOGGED_CMD) -o screenshot.jpg "http://$(ROKU_DEV_TARGET)/pkgs/dev.jpg"
.PHONY: deploy