Skip to content

Commit e88a82c

Browse files
committed
snap: path to bitcoin-qt is not necessary
The bin/ path is only needed for the command that will be executed, not the argument to the command. Since the command for qt is actually bin/desktop-launch, there is no need to do the same for its bitcoin-qt argument.
1 parent 270ffb6 commit e88a82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apps:
2222
# https://docs.snapcraft.io/environment-variables/7983
2323
HOME: $SNAP_USER_COMMON
2424
qt:
25-
command: bin/desktop-launch bin/bitcoin-qt
25+
command: bin/desktop-launch bitcoin-qt
2626
plugs: [home, removable-media, network, network-bind, desktop, x11, unity7]
2727
environment:
2828
HOME: $SNAP_USER_COMMON

0 commit comments

Comments
 (0)