Fix eDEX-UI 64bit desktop shortcut (closes #715)

pull/724/head
Itai Nelken 4 years ago committed by GitHub
parent cffb51405d
commit a12f6f43e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ chmod +x ~/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage || error 'Failed to ma
echo "[Desktop Entry]
Name=eDEX-UI 2.2.7
Comment=eDEX-UI sci-fi interface
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI-Linux-armv7l_2.2.7.AppImage"\"" %U
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage"\"" %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png

Loading…
Cancel
Save