Skip to content

Commit

Permalink
chore(snap): fix typo when building the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 18, 2024
1 parent 91c1b9e commit 70ffd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70ffd23

Please sign in to comment.