forked from CastroFidel/PortWINE
add create_shortcut script
This commit is contained in:
@ -2,20 +2,24 @@
|
||||
# License GPL
|
||||
# Author: Tergoev M.A.
|
||||
########################################################################
|
||||
export portname="PortXXX"
|
||||
export gamename="GameXXX"
|
||||
export gamedir="GameDirXXX"
|
||||
export porturl="http://portwine-linux.ru/"
|
||||
export PATH_TO_GAME="${PORT_WINE_PATH}/data/pfx/drive_c/Program Files (x86)/${gamedir}"
|
||||
export portname=
|
||||
export gamename=
|
||||
export gamedir=
|
||||
if [ ! -z ${gamedir} ]; then
|
||||
export PATH_TO_GAME="${PORT_WINE_PATH}/data/pfx/drive_c/Program Files (x86)/${gamedir}"
|
||||
else
|
||||
export PATH_TO_GAME="${PORT_WINE_PATH}/data/pfx/drive_c/Program Files (x86)/"
|
||||
fi
|
||||
export gamestart="${PATH_TO_GAME}/.exe"
|
||||
export porturl="http://portwine-linux.ru/"
|
||||
########################################################################
|
||||
#export MESA_GL_VERSION_OVERRIDE=4.4COMPAT
|
||||
export STAGING_SHARED_MEMORY=1
|
||||
export PW_FORCE_LARGE_ADDRESS_AWARE=1
|
||||
export PW_USE_SECCOMP=0
|
||||
export PW_USE_SECCOMP=1
|
||||
export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
||||
export PW_LOG=0
|
||||
export PW_ACO=0
|
||||
export PW_ACO=1
|
||||
export PW_NO_VR=1
|
||||
export PW_FILELOCK=1
|
||||
########################################################################
|
||||
|
Reference in New Issue
Block a user