mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-22 16:29:12 -04:00
Snap doesn't have 'source' so use '.' instead
This commit is contained in:
parent
0a27b02f83
commit
53ccf4bcfb
@ -62,13 +62,13 @@ parts:
|
||||
|
||||
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-launcher << EOF
|
||||
#!/bin/sh
|
||||
source \$SNAP/bin/launcher-setup
|
||||
. \$SNAP/bin/launcher-setup
|
||||
onionshare \$@
|
||||
EOF
|
||||
|
||||
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-cli-launcher << EOF
|
||||
#!/bin/sh
|
||||
source \$SNAP/bin/launcher-setup
|
||||
. \$SNAP/bin/launcher-setup
|
||||
onionshare-cli \$@
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user