[cli] Update Ubisoft game instructions (#591)

Added that Ubisoft Connect is required for the game to be launched.
This commit is contained in:
Shashank Prasanna 2024-08-23 09:13:25 -04:00 committed by GitHub
parent 09d280f476
commit 08c64ebca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,8 @@ class LegendaryCLI:
_type = game.partner_link_type
if _type == 'ubisoft':
print(' - This game can be activated directly on your Ubisoft account and does not require '
'legendary to install/run. Use "legendary activate --uplay" and follow the instructions.')
'legendary to install/run. This game requires Ubisoft Connect to be installed. '
'Use "legendary activate --uplay" and follow the instructions.')
else:
print(f' ! This app requires linking to a third-party account (name: "{_type}", not supported)')