Skip to content

Commit 30a229a

Browse files
author
Jacob Hrbek
committed
w_uplay_install_game: init
Attempt to add backend for uplay, tested locally Depends on: Winetricks#1249 Signed-off-by: Jacob Hrbek <[email protected]>
1 parent 15018ef commit 30a229a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/winetricks

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,14 @@ w_steam_getid()
15291529
fi
15301530
}
15311531

1532+
# Usage: w_uplay_install_game [GAME_ID]
1533+
## Relevant: https://github.com/Haoose/UPLAY_GAME_ID
1534+
w_uplay_install_game()
1535+
{
1536+
w_call 'uplay'
1537+
w_try "$WINE" 'start' "uplay://launch/$1"
1538+
}
1539+
15321540
# Usage:
15331541
# w_steam_install_game steamidnum windowtitle
15341542
w_steam_install_game()

0 commit comments

Comments
 (0)