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 82% rename from Games/uplay.yml rename to Games/ubisoftconnect.yml index 9be5a5c..b09ceca 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 @@ -8,7 +8,7 @@ Dependencies: - riched20 - allfonts - d3dcompiler_43 -- vcredist2015 +- vcredist2022 Parameters: dxvk: true @@ -17,14 +17,14 @@ Parameters: Executable: name: Ubisoft Connect - icon: uplay.png + icon: ubisoftconnect.png file: UbisoftConnect.exe path: Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe 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 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: