Commit 18cf63d 1 parent 72e9db2 commit 18cf63d Copy full SHA for 18cf63d
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Public Class UplayHelper
76
76
77
77
'Launch Uplay again...
78
78
If UplayPath <> Nothing Then
79
- Process.Start(UplayPath & "Uplay .exe" )
79
+ Process.Start(UplayPath & "upc .exe" )
80
80
End If
81
81
82
82
'...and start the restore process
Original file line number Diff line number Diff line change 1
- # Region "Copyright (c) 2019 - 2022 Alberto Strappazzon, https://strappazzon.xyz/GRW-GHOST-Buster"
1
+ # Region "Copyright (c) 2019 - 2023 Alberto Strappazzon, https://strappazzon.xyz/GRW-GHOST-Buster"
2
2
''
3
3
'' GHOST Buster - Ghost Recon Wildlands backup utility
4
4
''
5
- '' Copyright (c) 2019 - 2022 Alberto Strappazzon, https://strappazzon.xyz/GRW-GHOST-Buster
5
+ '' Copyright (c) 2019 - 2023 Alberto Strappazzon, https://strappazzon.xyz/GRW-GHOST-Buster
6
6
''
7
7
'' Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
'' of this software and associated documentation files (the "Software"), to deal
@@ -155,7 +155,7 @@ Public Class Form1
155
155
Private Sub UplayBtn_Click(sender As Object , e As EventArgs) Handles UplayBtn.Click
156
156
'Launch Uplay only if it's installed
157
157
If UplayPath <> Nothing Then
158
- Process.Start(UplayPath & "Uplay .exe" )
158
+ Process.Start(UplayPath & "upc .exe" )
159
159
Else
160
160
Banner.Show(Localization.GetString( "banner_uplay_not_installed" ), BannerIcon.Information)
161
161
End If
You can’t perform that action at this time.
0 commit comments