diff options
author | Victor Häggqvist <[email protected]> | 2014-07-02 15:04:40 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-07-02 15:04:40 +0200 |
commit | fa1a979edfdd3ebd0ff2fe7f1d3338dd2cbe0e0b (patch) | |
tree | 28e8c0895d746bb5054ac3fd98f51e9e8ed38eac | |
parent | 13e320bfe68bd457ef58f3c8b99894ff148eec18 (diff) | |
parent | 04017847b840be8c7e8c15ab9db2759deb864ec7 (diff) |
Merge branch 'icon'v1.1.0
add icon
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | appinfo.json | 13 | ||||
-rw-r--r-- | resources/icon.png | bin | 0 -> 205 bytes | |||
-rw-r--r-- | resources/icon.xcf | bin | 0 -> 914 bytes |
4 files changed, 11 insertions, 4 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..85ddb71 --- /dev/null +++ b/resources/icon.png diff --git a/resources/icon.xcf b/resources/icon.xcf Binary files differnew file mode 100644 index 0000000..0ce7749 --- /dev/null +++ b/resources/icon.xcf |