mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-07 05:42:20 -04:00
Snap doesn't have 'source' so use '.' instead
This commit is contained in:
parent
0a27b02f83
commit
53ccf4bcfb
1 changed files with 2 additions and 2 deletions
|
@ -62,13 +62,13 @@ parts:
|
||||||
|
|
||||||
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-launcher << EOF
|
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-launcher << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source \$SNAP/bin/launcher-setup
|
. \$SNAP/bin/launcher-setup
|
||||||
onionshare \$@
|
onionshare \$@
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-cli-launcher << EOF
|
cat > $SNAPCRAFT_PART_INSTALL/bin/onionshare-cli-launcher << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source \$SNAP/bin/launcher-setup
|
. \$SNAP/bin/launcher-setup
|
||||||
onionshare-cli \$@
|
onionshare-cli \$@
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue