diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 97f671c..043490e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -13,7 +13,7 @@ architectures: [ amd64, i386 ] apps: dropboxignore: - command: /bin/bash $SNAP/opt/dropboxignore/bin/dropboxignore.sh + command: /bin/bash $SNAP/bin/dropboxignore.sh plugs: - home @@ -34,5 +34,5 @@ parts: source: https://github.com/sp1thas/dropboxignore.git plugin: dump organize: - dropboxignore.sh: opt/dropboxignore/bin/dropboxignore.sh + dropboxignore.sh: dropboxignore