Skip to content

Commit 3f8fc39

Browse files
cmaughansamaaron
authored andcommitted
Fix Raspberry Pi launch path to executable
... in bin/sonic-pi script.
1 parent 60b0f23 commit 3f8fc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sonic-pi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ eval $(dbus-launch --auto-syntax)
1717

1818
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1919

20-
$DIR/../app/gui/qt/build/sonic-pi
20+
$DIR/../app/build/gui/qt/sonic-pi

0 commit comments

Comments
 (0)