mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Update Ubisoft game instructions (#591)
Added that Ubisoft Connect is required for the game to be launched.
This commit is contained in:
parent
09d280f476
commit
08c64ebca1
|
@ -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)')
|
||||
|
||||
|
|
Loading…
Reference in a new issue