From a37baded01745164d3dca6b481ebc6ffe7dcafde Mon Sep 17 00:00:00 2001 From: 20PercentRendered <32398752+20PercentRendered@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:23:31 +0300 Subject: [PATCH] add GWYF, untested --- package/cream.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cream.sh b/package/cream.sh index f9a4b8f..fab8a78 100755 --- a/package/cream.sh +++ b/package/cream.sh @@ -1,8 +1,8 @@ #!/bin/bash result=$(zenity --title="Launch Options" --list "Start Game" "Edit Creamlinux settings" --column="Launch Options") # Supported games -GAME_NAMES=("Hearts Of Iron IV" "Europa Universalis IV" "Cities: Skylines" "Stellaris" "PDX Launcher (don't click play)") -GAME_BINARIES=("./hoi4" "./eu4" "./Cities.x64" "./stellaris" "./dowser") +GAME_NAMES=("Hearts Of Iron IV" "Europa Universalis IV" "Cities: Skylines" "Stellaris" "PDX Launcher" "Golf With Your Friends") +GAME_BINARIES=("./hoi4" "./eu4" "./Cities.x64" "./stellaris" "./dowser" "./Golf With Your Friends.x86_64") function launch_game { # LD_PRELOAD doesn't support spaces, do this instead cp "$PWD/libCreamlinux.so" /tmp/libCreamlinux.so