File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15058,16 +15058,22 @@ w_metadata uplay apps \
15058
15058
year="2013" \
15059
15059
media="download" \
15060
15060
file1="UplayInstaller.exe" \
15061
- installed_exe1="$W_PROGRAMS_X86_WIN/Ubisoft/Ubisoft Game Launcher/Uplay.exe"
15061
+ installed_exe1="${ W_PROGRAMS_X86_WIN} /Ubisoft/Ubisoft Game Launcher/Uplay.exe"
15062
15062
15063
15063
load_uplay()
15064
15064
{
15065
15065
# Changes too frequently, don't check anymore
15066
- w_download https://static3.cdn.ubi.com /orbit/launcher_installer/ UplayInstaller.exe
15067
- w_try_cd "$W_CACHE/$ W_PACKAGE"
15066
+ w_download ' https://ubistatic3-a.akamaihd.net /orbit/releases/winxp/installer/ UplayInstaller.exe'
15067
+ w_try_cd "${ W_CACHE}/${ W_PACKAGE} "
15068
15068
15069
15069
# NSIS installer
15070
- w_try "$WINE" UplayInstaller.exe ${W_OPT_UNATTENDED:+ /S}
15070
+ w_try "${WINE}" UplayInstaller.exe ${W_OPT_UNATTENDED:+ /S}
15071
+
15072
+ # Get workarounds
15073
+ w_call corefonts
15074
+ # Required for client to open #1249
15075
+ w_set_app_winver 'upc.exe' 'winvista'
15076
+ w_set_app_winver 'UbisoftGameLauncher.exe' 'winvista'
15071
15077
}
15072
15078
15073
15079
#----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments