From 224f9236ae2b9e45ffffa6a696a6019c88cb176a Mon Sep 17 00:00:00 2001 From: 20PercentRendered <32398752+20PercentRendered@users.noreply.github.com> Date: Fri, 5 Aug 2022 20:32:39 +0300 Subject: [PATCH] fix hoi4 closes #7 --- package/cream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cream.sh b/package/cream.sh index 23c1ce2..7ad1c1f 100755 --- a/package/cream.sh +++ b/package/cream.sh @@ -2,7 +2,7 @@ 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" "PAYDAY 2") -GAME_BINARIES=("./hoi4" "./eu4" "./Cities.x64" "./stellaris" "./dowser" "./payday2_release") +GAME_BINARIES=("./run_hoi4" "./eu4" "./Cities.x64" "./stellaris" "./dowser" "./payday2_release") function launch_game { # LD_PRELOAD doesn't support spaces, do this instead cp "$PWD/libCreamlinux.so" /tmp/libCreamlinux.so