diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2015-11-28 23:49:17 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2015-11-28 23:49:17 +0100 |
| commit | 05011ecce5da659f36a0abea79f1a96d24703801 (patch) | |
| tree | fe1d26aa5b4be45d13b2db5259d52ad590cfaa6b /daemon/bundle.h | |
| parent | 625962e90a0646f48e13fff5e2f88f781c5dd9b5 (diff) | |
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
Diffstat (limited to 'daemon/bundle.h')
| -rw-r--r-- | daemon/bundle.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 }; |
