From 62b52b0e0b7904bbd5d5ef98f101b72478fc8db8 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Sat, 19 Oct 2024 00:16:43 +0200 Subject: [PATCH] chore(snap): pick up the deb from the correct directory --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index e4362af..a981b94 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -60,5 +60,5 @@ parts: cargo --locked install tauri-cli --version ^2.0.3 cargo --locked install cargo-auditable cargo --locked auditable tauri build -b deb - dpkg -x src-tauri/target/release/bundle/deb/*.deb $SNAPCRAFT_PART_INSTALL/ + dpkg -x 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