From 48d0c6790da12a53c3f151936fe5e1573f7ea389 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 2 Sep 2024 11:26:38 -0400 Subject: [PATCH] chore: renamed the snap back to yaru-widgets-example which is what's published (#918) in the snap store --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ab6a6ea6..e3f89517 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,4 +1,4 @@ -name: yaru-example +name: yaru-widgets-example version: git summary: Yaru description: Yaru Example @@ -32,7 +32,7 @@ parts: - zip override-prime: '' - yaru-example: + yaru-widgets-example: after: [ flutter-git ] plugin: nil source: . @@ -48,7 +48,7 @@ parts: cp -r build/linux/*/release/bundle/* $CRAFT_PART_INSTALL/bin/ apps: - yaru-example: + yaru-widgets-example: command: bin/yaru_example desktop: snap/gui/yaru-example.desktop extensions: [gnome]