]> git.saurik.com Git - cycript.git/commitdiff
MIME type is now required when calling appcast.sh. v0.9.593
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 24 Aug 2016 09:51:25 +0000 (02:51 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 24 Aug 2016 09:51:25 +0000 (02:51 -0700)
build.mk

index 72f9988a3abf628d004ec9539fc3a8705ce94e84..644f005368a4f99df7cf0795b4f6500c667f7b54 100644 (file)
--- a/build.mk
+++ b/build.mk
@@ -309,6 +309,6 @@ push: cycript $(android)
        for x in $(android); do adb push $$x /data/local/tmp/$$x; done
 
 cast: $(zip)
-       appcast.sh cycript/mac $(monotonic) $(version) $< "$(CYCRIPT_CHANGES)"
+       appcast.sh cycript/mac $(monotonic) $(version) $< application/zip "$(CYCRIPT_CHANGES)"
 
 .PHONY: all cast clean debug install zip