mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
Update cream.sh
add cream_simple
This commit is contained in:
committed by
GitHub
parent
f9f837a30a
commit
d16448fb1a
@@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
# this is going to be the default going forwards
|
||||
if [ "$CREAM_SIMPLE" ]; then
|
||||
cp "$PWD/libCreamlinux.so" /tmp/libCreamlinux.so
|
||||
LD_PRELOAD="$LD_PRELOAD /tmp/libCreamlinux.so" "$@"
|
||||
EXITCODE=$?
|
||||
rm /tmp/libCreamlinux.so
|
||||
exit $EXITCODE
|
||||
fi
|
||||
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user