forked from CastroFidel/PortWINE
Scripts version 1090
This commit is contained in:
@ -10,6 +10,7 @@ export PW_NO_WRITE_WATCH=0
|
||||
export PW_VULKAN_USE=0
|
||||
export PW_NO_FSYNC=1
|
||||
export PW_NO_ESYNC=1
|
||||
unset PORTWINE_CREATE_SHORTCUT_NAME
|
||||
|
||||
PW_WGC () {
|
||||
export LAUNCH_PARAMETERS=("/SILENT" "/SP-")
|
||||
@ -20,7 +21,8 @@ PW_WGC () {
|
||||
then
|
||||
PW_START_PROGRESS_BAR_CS "Starting WGC installation..."
|
||||
PW_RUN "${PW_AUTOINSTALL_EXE}"
|
||||
portwine_exe="$WINEPREFIX/drive_c/ProgramData/Wargaming.net/GameCenter/wgc.exe"
|
||||
portwine_exe="$WINEPREFIX/drive_c/ProgramData/Wargaming.net/GameCenter/wgc_api/wgc_api.exe"
|
||||
export PORTWINE_CREATE_SHORTCUT_NAME="Wargaming Game Center"
|
||||
try_remove_file "${PW_AUTOINSTALL_EXE}"
|
||||
KILL_PORTWINE
|
||||
PORTWINE_CREATE_SHORTCUT
|
||||
|
Reference in New Issue
Block a user