diff options
-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 |