From 255c0c3ccc8177b80844e0cd43e613bd1dd4f34d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 17 Aug 2020 23:16:35 +0800 Subject: [PATCH] change icon path. --- snap/{local => gui}/t-dengine.svg | 0 snap/snapcraft.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename snap/{local => gui}/t-dengine.svg (100%) diff --git a/snap/local/t-dengine.svg b/snap/gui/t-dengine.svg similarity index 100% rename from snap/local/t-dengine.svg rename to snap/gui/t-dengine.svg diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8be1511683..cf4f993394 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +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 +icon: snap/gui/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. -- GitLab