Skip to content

Commit 36e558c

Browse files
committed
[fix]: snapcraft config
1 parent 6f83b26 commit 36e558c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ architectures: [ amd64, i386 ]
1313

1414
apps:
1515
dropboxignore:
16-
command: /bin/bash $SNAP/opt/dropboxignore/bin/dropboxignore.sh
16+
command: /bin/bash $SNAP/bin/dropboxignore.sh
1717
plugs:
1818
- home
1919

@@ -34,5 +34,5 @@ parts:
3434
source: https://github.com/sp1thas/dropboxignore.git
3535
plugin: dump
3636
organize:
37-
dropboxignore.sh: opt/dropboxignore/bin/dropboxignore.sh
37+
dropboxignore.sh: dropboxignore
3838

0 commit comments

Comments
 (0)