summaryrefslogtreecommitdiff
path: root/daemon/bundle.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-11-29 00:27:47 +0100
committerTomasz Sterna <tomek@xiaoka.com>2015-11-29 00:27:47 +0100
commit0623dc3fcf3a0928a364d46f2ec0327a6e478b82 (patch)
treefe1d26aa5b4be45d13b2db5259d52ad590cfaa6b /daemon/bundle.h
parentf498a49bfebcd2b535fcb54aaa8c0008fb320232 (diff)
parent05011ecce5da659f36a0abea79f1a96d24703801 (diff)
Merge pull request #98 from abranson/master
Support pebble apps with workers
Diffstat (limited to 'daemon/bundle.h')
-rw-r--r--daemon/bundle.h4
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
};