Update Ubisoft game instructions

Added that Ubisoft Connect is required for the game to be launched.
This commit is contained in:
SpyGuy 2023-08-11 11:54:26 -04:00 committed by GitHub
parent bd2e7ca0cd
commit 07ab394198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,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)')