Skip to content

Commit

Permalink
chore(snap): pick up the deb from the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 18, 2024
1 parent d362ea6 commit 62b52b0
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 @@ -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

0 comments on commit 62b52b0

Please sign in to comment.