From 70ffd23b0cb9eba962ea849f003e63b3a0aa5e55 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Fri, 18 Oct 2024 23:18:02 +0200 Subject: [PATCH] chore(snap): fix typo when building the bundle --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index cd04aeb..7c7942b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -59,6 +59,6 @@ parts: cargo --locked install trunk --version ^0.21.1 cargo --locked install tauri-cli --version ^2.0.3 cargo --locked install cargo-auditable - cargo --locked auditable tauri build -- --bundles deb + cargo --locked auditable tauri build -- --bundle deb dpkg -x src-tauri/target/release/bundle/deb/*.deb $SNAPCRAFT_PART_INSTALL/ sed -i -e "s|Icon=mdns-browser|Icon=/usr/share/icons/hicolor/32x32/apps/mdns-browser.png|g" $SNAPCRAFT_PART_INSTALL/usr/share/applications/mdns-browser.desktop