Skip to content

Commit bf791da

Browse files
Update snapcraft.yaml
1 parent 59f5842 commit bf791da

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

snapcraft.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source-code: https://github.com/shipshapecode/swach
1919

2020
apps:
2121
swach:
22-
command: usr/bin/swach
22+
command: usr/lib/swach/Swach
2323
extensions:
2424
- gnome
2525
plugs:
@@ -54,6 +54,13 @@ parts:
5454
override-build: |
5555
# Fix chrome-sandbox permissions
5656
chmod 0755 usr/lib/swach/chrome-sandbox
57+
# Debug what files are available
58+
echo "=== Files in current directory ==="
59+
find . -name "*swach*" -type f
60+
echo "=== Files in usr/bin ==="
61+
find usr/bin -name "*swach*" -type f 2>/dev/null || echo "usr/bin not found"
62+
echo "=== Files in usr/lib ==="
63+
find usr/lib -name "*swach*" -type f 2>/dev/null || echo "usr/lib not found"
5764
5865
plugs:
5966
audio-record:

0 commit comments

Comments
 (0)