From 05011ecce5da659f36a0abea79f1a96d24703801 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Sat, 28 Nov 2015 23:49:17 +0100 Subject: Support Pebble apps with workers Separate upload for 'worker' binaries. Split binary upload type into firmware, application and worker, as the 'type' field states 'worker' for applications with worker binaries. Fixes #34 --- daemon/bundle.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'daemon/bundle.h') diff --git a/daemon/bundle.h b/daemon/bundle.h index 1b77c94..cb47cbf 100644 --- a/daemon/bundle.h +++ b/daemon/bundle.h @@ -18,7 +18,9 @@ public: enum File { MANIFEST, INFO, - BINARY, + FIRMWARE, + APPLICATION, + WORKER, RESOURCES, APPJS }; -- cgit v1.2.3