diff --git a/pi-shortcut.desktop b/pi-shortcut.desktop index 70a32db..250a128 100644 --- a/pi-shortcut.desktop +++ b/pi-shortcut.desktop @@ -2,7 +2,7 @@ Name=OpenBuilds-CONTROL Version=1.0 Comment=OpenBuildsCONTROL -Exec=bash -c "cd /home/pi/OpenBuilds-CONTROL; git fetch --all; git reset --hard origin/master; MESA_EXTENSION_OVERRIDE=-GL_MESA_framebuffer_flip_y node index.js" +Exec=bash -c "cd ~/OpenBuilds-CONTROL; git fetch --all; git reset --hard origin/master; MESA_EXTENSION_OVERRIDE=-GL_MESA_framebuffer_flip_y ~/OpenBuilds-CONTROL/node_modules/.bin/electron ~/OpenBuilds-CONTROL" Icon=/home/pi/OpenBuilds-CONTROL/build/icons/32x32.png Terminal=false Type=Application