Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from Jayman2000/argument-fix
Browse files Browse the repository at this point in the history
Allow command-line arguments to be passed to Steam.
Thanks for this useful addition!
  • Loading branch information
popey committed Sep 22, 2018
2 parents d190569 + 5b8a9de commit 4cf5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/scripts/sommelier
Expand Up @@ -207,7 +207,7 @@ if [[ ${WINE_EXE} = *"winecfg"* ]] || [[ ${WINE_EXE} = *"wineboot"* ]] || [[ ${W
elif [ -e "${WINE_EXE}" ]; then
# Notification
notify-send --icon "${SNAP}/meta/gui/steamforwindows.png" --expire-time=15000 "${TITLE}" "${NOTICE}"
launch_app
launch_app $@
else
# Notification
notify-send --icon "${SNAP}/meta/gui/steamforwindows.png" --expire-time=15000 "${TITLE}" "${NOTICE}"
Expand Down

0 comments on commit 4cf5d2d

Please sign in to comment.