Skip to content

Commit

Permalink
chore(snap): fix version and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 20, 2024
1 parent d9771e4 commit 5e1e398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mdns-browser
base: core24
version: "0.8.14"
version: "0.9.0"
summary: mDNS-Browser app
description: |
A cross platform mDNS-Browser app written in Rust using tauri and leptos
Expand Down Expand Up @@ -37,3 +37,5 @@ parts:
- libayatana-appindicator3-1
source: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v0.9.0/mdns-browser_0.9.0_amd64.deb
source-type: deb
override-build: snapcraftctl build
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 5e1e398

Please sign in to comment.