Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions Games/uplay.yml → Games/ubisoftconnect.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: uplay
Name: ubisoftconnect
Description: The official Ubisoft Connect launcher.
Grade: Gold
Arch: win64
Expand All @@ -8,7 +8,7 @@ Dependencies:
- riched20
- allfonts
- d3dcompiler_43
- vcredist2015
- vcredist2022

Parameters:
dxvk: true
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Reviews/uplay.md → Reviews/ubisoftconnect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ubisoft Connect
Review for the uplay installer.
Review for the Ubisoft Connect installer.

Maintainer: @mirkobrombin

Expand Down
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down