You are here
POL_Install_ubigamelauncher
Informations
Creator | Message |
---|---|
GNU_Raziel
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionInstall Ubisoft Game Launcher Source code#!/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:
ContributeMember | Message |
LinuxScripter | Wednesday 22 November 2017 at 11:40 |
LinuxScripter
|
InformationThis update has been approved by the team. 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 New source code#!/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" RepliesWednesday 22 November 2017 at 12:53
Thursday 2 January 2020 at 8:22
Edited by 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