From 925145fb3f4f72192e420e237eb7a42450e0c165 Mon Sep 17 00:00:00 2001 From: nokklair Date: Thu, 19 Mar 2026 17:28:22 +0300 Subject: [PATCH 1/3] Replace uplay with ubisoftconnect since there is no such thing as uplay --- GUIDELINES.md | 2 +- Games/{uplay.yml => ubisoftconnect.yml} | 4 ++-- Reviews/{uplay.md => ubisoftconnect.md} | 2 +- data/{uplay => ubisoftconnect}/screenshot.png | Bin .../uplay.png => ubisoftconnect/ubisoftconnect.png} | Bin index.yml | 4 ++-- 6 files changed, 6 insertions(+), 6 deletions(-) rename Games/{uplay.yml => ubisoftconnect.yml} (94%) rename Reviews/{uplay.md => ubisoftconnect.md} (94%) rename data/{uplay => ubisoftconnect}/screenshot.png (100%) rename data/{uplay/uplay.png => ubisoftconnect/ubisoftconnect.png} (100%) diff --git a/GUIDELINES.md b/GUIDELINES.md index 6a46752..4373a7d 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -9,7 +9,7 @@ Each installer need a manifest in YAML format to be interpreted by Bottles. These manifests can be used as example: - https://github.com/bottlesdevs/programs/blob/main/Games/epicgamestore.yml - https://github.com/bottlesdevs/programs/blob/main/Games/steam.yml -- https://github.com/bottlesdevs/programs/blob/main/Games/uplay.yml +- https://github.com/bottlesdevs/programs/blob/main/Games/ubisoftconnect.yml ## Structure Each manifest has 5 sections: diff --git a/Games/uplay.yml b/Games/ubisoftconnect.yml similarity index 94% rename from Games/uplay.yml rename to Games/ubisoftconnect.yml index 9be5a5c..07c15de 100644 --- a/Games/uplay.yml +++ b/Games/ubisoftconnect.yml @@ -1,4 +1,4 @@ -Name: uplay +Name: ubisoftconnect Description: The official Ubisoft Connect launcher. Grade: Gold Arch: win64 @@ -17,7 +17,7 @@ Parameters: Executable: name: Ubisoft Connect - icon: uplay.png + icon: ubisoftconnect.png file: UbisoftConnect.exe path: Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe diff --git a/Reviews/uplay.md b/Reviews/ubisoftconnect.md similarity index 94% rename from Reviews/uplay.md rename to Reviews/ubisoftconnect.md index 31d7f65..4db5c31 100644 --- a/Reviews/uplay.md +++ b/Reviews/ubisoftconnect.md @@ -1,5 +1,5 @@ # Ubisoft Connect -Review for the uplay installer. +Review for the Ubisoft Connect installer. Maintainer: @mirkobrombin diff --git a/data/uplay/screenshot.png b/data/ubisoftconnect/screenshot.png similarity index 100% rename from data/uplay/screenshot.png rename to data/ubisoftconnect/screenshot.png diff --git a/data/uplay/uplay.png b/data/ubisoftconnect/ubisoftconnect.png similarity index 100% rename from data/uplay/uplay.png rename to data/ubisoftconnect/ubisoftconnect.png diff --git a/index.yml b/index.yml index c047562..1b2ec5c 100644 --- a/index.yml +++ b/index.yml @@ -11,13 +11,13 @@ epicgamestore: Icon: epicgamestore.svg Event: EpicGamesLauncherInstaller.msi -uplay: +ubisoftconnect: Arch: win64 Name: Ubisoft Connect Description: The official Ubisoft Connect launcher. Grade: Gold Category: Games - Icon: uplay.png + Icon: ubisoftconnect.png Event: UbisoftConnectInstaller.exe steam: From 0b3139c9584026f61a13c1a7d0549abb7be03346 Mon Sep 17 00:00:00 2001 From: nokklair Date: Thu, 19 Mar 2026 17:28:57 +0300 Subject: [PATCH 2/3] Replace the launcher download link with a proper one --- Games/ubisoftconnect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Games/ubisoftconnect.yml b/Games/ubisoftconnect.yml index 07c15de..f20851d 100644 --- a/Games/ubisoftconnect.yml +++ b/Games/ubisoftconnect.yml @@ -24,7 +24,7 @@ Executable: Steps: - action: install_exe file_name: UbisoftConnectInstaller.exe - url: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe + url: https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe file_checksum: False arguments: /S From 2b782a49da63d08a172700059a6f425d3161e4c6 Mon Sep 17 00:00:00 2001 From: nokklair Date: Thu, 19 Mar 2026 17:29:28 +0300 Subject: [PATCH 3/3] Use vcredist2022 as a dependency since it includes 2015 version too --- Games/ubisoftconnect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Games/ubisoftconnect.yml b/Games/ubisoftconnect.yml index f20851d..b09ceca 100644 --- a/Games/ubisoftconnect.yml +++ b/Games/ubisoftconnect.yml @@ -8,7 +8,7 @@ Dependencies: - riched20 - allfonts - d3dcompiler_43 -- vcredist2015 +- vcredist2022 Parameters: dxvk: true