Skip to content

Commit

Permalink
[cli] Update Ubisoft game instructions (#591)
Browse files Browse the repository at this point in the history
Added that Ubisoft Connect is required for the game to be launched.
  • Loading branch information
SpyGuy0215 authored Aug 23, 2024
1 parent 09d280f commit 08c64eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion legendary/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def list_games(self, args):
_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)')

Expand Down

0 comments on commit 08c64eb

Please sign in to comment.