Skip to content

Commit

Permalink
fix: snap conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Feb 2, 2024
1 parent 38badb7 commit a816421
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
name: wireguard-gui # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
<<<<<<< Updated upstream
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Wireguard client gui made with nextauri
description: |
Provide a Wireguard client gui for easy profile management
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots

apps:
wireguard-gui:
extensions: [gnome]
command: usr/bin/wireguard-gui
desktop: usr/share/applications/com.wireguard-gui.gg
common-id: com.wireguard-gui.gg
plugs:
- gsettings
- cups

slots:
gnome-text-editor:
interface: dbus
bus: session
name: com.wireguard-gui

parts:
my-part:
# See 'snapcraft plugins'
plugin: nil
=======
version: '0.1.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Wireguard client GUI made with nextauri
icon: src-tauri/icons/128x128.png
Expand Down Expand Up @@ -90,4 +61,3 @@ layout:
bind: $SNAP_DATA/conf
/var/lib/NetworkManager:
bind: $SNAP_DATA/var/lib/NetworkManager
>>>>>>> Stashed changes

0 comments on commit a816421

Please sign in to comment.