aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-07-02 15:04:40 +0200
committerVictor Häggqvist <[email protected]>2014-07-02 15:04:40 +0200
commitfa1a979edfdd3ebd0ff2fe7f1d3338dd2cbe0e0b (patch)
tree28e8c0895d746bb5054ac3fd98f51e9e8ed38eac
parent13e320bfe68bd457ef58f3c8b99894ff148eec18 (diff)
parent04017847b840be8c7e8c15ab9db2759deb864ec7 (diff)
Merge branch 'icon'v1.1.0
add icon
-rw-r--r--.gitignore2
-rw-r--r--appinfo.json13
-rw-r--r--resources/icon.pngbin0 -> 205 bytes
-rw-r--r--resources/icon.xcfbin0 -> 914 bytes
4 files changed, 11 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f7fd37a..99e65f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,4 @@ build
*.out
*.app
-*.png
+
diff --git a/appinfo.json b/appinfo.json
index d6533b2..b2de3c9 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -3,13 +3,20 @@
"shortName": "Battery",
"longName": "Battery Monitor",
"companyName": "Snilius",
- "versionCode": 1,
- "versionLabel": "1.0.0",
+ "versionCode": 2,
+ "versionLabel": "1.1.0",
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
- "media": []
+ "media": [
+ {
+ "type": "png",
+ "file": "icon.png",
+ "menuIcon": true,
+ "name": "ICON"
+ }
+ ]
}
}
diff --git a/resources/icon.png b/resources/icon.png
new file mode 100644
index 0000000..85ddb71
--- /dev/null
+++ b/resources/icon.png
Binary files differ
diff --git a/resources/icon.xcf b/resources/icon.xcf
new file mode 100644
index 0000000..0ce7749
--- /dev/null
+++ b/resources/icon.xcf
Binary files differ