POL_Install_ubigamelauncher

Informations

Créateur Messages
GNU_Raziel

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 136696
Wine: System

Retours d'expérience

Description

Install Ubisoft Game Launcher

Code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2012-03-04 21:00)
# Last revision : (2017-11-22 23:52)
# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
# Only For : http://www.playonlinux.com

# Downloading Uplay - No md5 check since this kind of software is updated very often
# Since we cannot validate the file with a hash (changes too often), do not put it into resources
# Otherwise in case of corrupted download, the only solution for the user is to clean his cache
# Download is not that large anyway (~70MB)
cd "$POL_USER_ROOT/tmp/"
POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"

# Installing mandatory dependencies
POL_Call POL_Install_vcrun2008

# Installing Ubisoft Game Launcher
cd "$POL_USER_ROOT/tmp/"
POL_Wine "UplayInstaller.exe" /q
POL_Wine_WaitExit "UplayInstaller.exe"

Contributions

Filters:

Contribuer
Membre Messages
LinuxScripter Mercredi 22 Novembre 2017 à 11:40
LinuxScripter Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,21 +1,21 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2012-03-04 21:00)
-# Last revision : (2013-01-22 23:52)
-# Author : GNU_Raziel
+# Last revision : (2017-11-22 23:52)
+# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
 # Only For : http://www.playonlinux.com
 
-# Downloading Ubisoft Game Launcher - No md5 check since this kind of software is updated very often
+# Downloading Uplay - No md5 check since this kind of software is updated very often
 # Since we cannot validate the file with a hash (changes too often), do not put it into resources
 # Otherwise in case of corrupted download, the only solution for the user is to clean his cache
-# Download is not that large anyway (~23MB)
+# Download is not that large anyway (~70MB)
 cd "$POL_USER_ROOT/tmp/"
-POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "http://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftGameLauncherInstaller.exe"
+POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"
 
 # Installing mandatory dependencies
 POL_Call POL_Install_vcrun2008
 
 # Installing Ubisoft Game Launcher
 cd "$POL_USER_ROOT/tmp/"
-POL_Wine "UbisoftGameLauncherInstaller.exe" /q
-POL_Wine_WaitExit "Ubisoft Game Launcher"
\ No newline at end of file
+POL_Wine "UplayInstaller.exe" /q
+POL_Wine_WaitExit "UplayInstaller.exe"
\ No newline at end of file

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2012-03-04 21:00)
# Last revision : (2017-11-22 23:52)
# Author : GNU_Raziel (original script), LinuxScripter (changing the link to the latest one, it's not UbisoftGameLauncher anymore)
# Only For : http://www.playonlinux.com

# Downloading Uplay - No md5 check since this kind of software is updated very often
# Since we cannot validate the file with a hash (changes too often), do not put it into resources
# Otherwise in case of corrupted download, the only solution for the user is to clean his cache
# Download is not that large anyway (~70MB)
cd "$POL_USER_ROOT/tmp/"
POL_SetupWindow_download "$(eval_gettext 'Please wait while $APPLICATION_TITLE is downloading Ubisoft Game Launcher')" "$TITLE" "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"

# Installing mandatory dependencies
POL_Call POL_Install_vcrun2008

# Installing Ubisoft Game Launcher
cd "$POL_USER_ROOT/tmp/"
POL_Wine "UplayInstaller.exe" /q
POL_Wine_WaitExit "UplayInstaller.exe"

Réponses

Anonymous
Mercredi 22 Novembre 2017 à 12:53
This function was in dire need of an upgrade. This software was rebranded to Uplay some time ago. The dependencies did not change.
Jeudi 2 Janvier 2020 à 8:22
Script approved.

Edité par LinuxScripter

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com