Skip to content

Commit

Permalink
Update install.sh with correct path
Browse files Browse the repository at this point in the history
Correct diabloGui.py reference in install script.
  • Loading branch information
tuftii committed May 17, 2019
1 parent 6a73cd8 commit 43e6791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -33,7 +33,7 @@ echo "[Desktop Entry]" > ${DIABLO_SHORTCUT}
echo "Encoding=UTF-8" >> ${DIABLO_SHORTCUT}
echo "Version=1.0" >> ${DIABLO_SHORTCUT}
echo "Type=Application" >> ${DIABLO_SHORTCUT}
echo "Exec=${DDIABLO}/diabloGui_py3.py" >> ${DIABLO_SHORTCUT}
echo "Exec=${DDIABLO}/diabloGui.py" >> ${DIABLO_SHORTCUT}
echo "Icon=${DDIABLO}/piborg.ico" >> ${DIABLO_SHORTCUT}
echo "Terminal=false" >> ${DIABLO_SHORTCUT}
echo "Name=Diablo Demo GUI" >> ${DIABLO_SHORTCUT}
Expand Down

0 comments on commit 43e6791

Please sign in to comment.