Skip to content

Commit 18cf63d

Browse files
committed
Uplay.exe -> upc.exe
1 parent 72e9db2 commit 18cf63d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/GHOSTbackup/GHOSTbackup.Helpers/UplayHelper.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Public Class UplayHelper
7676

7777
'Launch Uplay again...
7878
If UplayPath <> Nothing Then
79-
Process.Start(UplayPath & "Uplay.exe")
79+
Process.Start(UplayPath & "upc.exe")
8080
End If
8181

8282
'...and start the restore process

src/GHOSTbackup/GHOSTbackup.UI/Form1.vb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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"
22
''
33
'' GHOST Buster - Ghost Recon Wildlands backup utility
44
''
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
66
''
77
'' Permission is hereby granted, free of charge, to any person obtaining a copy
88
'' of this software and associated documentation files (the "Software"), to deal
@@ -155,7 +155,7 @@ Public Class Form1
155155
Private Sub UplayBtn_Click(sender As Object, e As EventArgs) Handles UplayBtn.Click
156156
'Launch Uplay only if it's installed
157157
If UplayPath <> Nothing Then
158-
Process.Start(UplayPath & "Uplay.exe")
158+
Process.Start(UplayPath & "upc.exe")
159159
Else
160160
Banner.Show(Localization.GetString("banner_uplay_not_installed"), BannerIcon.Information)
161161
End If

0 commit comments

Comments
 (0)