Skip to content

Commit

Permalink
revert snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Jul 7, 2021
1 parent 776f017 commit 4880748
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ base: core18
grade: stable
confinement: strict

plugs:
home-bin:
interface: personal-files
read:
- $HOME/bin
write:
- $HOME/bin
# plugs: //need snapcraft to make this work
# home-bin:
# interface: personal-files
# read:
# - $HOME/bin
# write:
# - $HOME/bin

apps:
tfswitch:
Expand All @@ -30,7 +30,7 @@ apps:
- home
- network
- network-bind
- home-bin
# - home-bin //need snapcraft to make this work

parts:
tfswitch:
Expand Down

0 comments on commit 4880748

Please sign in to comment.