From af768fb57ee070445972e04180b3e5bf1ca3e93e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 15 Aug 2020 16:53:16 +0800 Subject: [PATCH] add logo. --- snap/local/t-dengine.svg | 1 + snap/snapcraft.yaml | 1 + 2 files changed, 2 insertions(+) create mode 100644 snap/local/t-dengine.svg diff --git a/snap/local/t-dengine.svg b/snap/local/t-dengine.svg new file mode 100644 index 0000000000..e5f29a860b --- /dev/null +++ b/snap/local/t-dengine.svg @@ -0,0 +1 @@ +TDengine logo \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b49298e828..2c67e5d1a0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,7 @@ name: tdengine base: core18 # the base snap is the execution environment for this snap version: '2.0.0.6' # just for humans, typically '1.2+git' or '1.3.2' +icon: snap/local/t-dengine.svg summary: an open-source big data platform designed and optimized for IoT. description: | TDengine is an open-source big data platform designed and optimized for Internet of Things (IoT), Connected Vehicles, and Industrial IoT. Besides the 10x faster time-series database, it provides caching, stream computing, message queuing and other functionalities to reduce the complexity and costs of development and operations.