From b152655c59a32a506f1f362808c85779c324036c Mon Sep 17 00:00:00 2001 From: G Date: Wed, 24 Apr 2024 16:38:59 +0000 Subject: [PATCH] add the beasy app icon --- app.json | 2 +- assets/beasy_icon.png | Bin 0 -> 32576 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 assets/beasy_icon.png diff --git a/app.json b/app.json index cb05956..35ad2a2 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "beasy-mobile", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": "./assets/beasy_icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/beasy_splash.png", diff --git a/assets/beasy_icon.png b/assets/beasy_icon.png new file mode 100644 index 0000000..7458734 Binary files /dev/null and b/assets/beasy_icon.png differ -- libgit2 0.27.1