Skip to content

Commit 72e9db2

Browse files
committed
Change Ubisoft Connect settings file
1 parent 0862f9c commit 72e9db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GHOSTbackup/GHOSTbackup.Helpers/UplayHelper.vb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#Region "Copyright (c) 2019 - 2021 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 - 2021 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
@@ -54,7 +54,7 @@ Public Class UplayHelper
5454
Public Shared Sub DisableCloudSync()
5555
'Disable Uplay cloud save synchronization
5656
Try
57-
Dim UplayYamlPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Ubisoft Game Launcher\settings.yml"
57+
Dim UplayYamlPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Ubisoft Game Launcher\settings.yaml"
5858
Logger.Log("[INFO] Parsing and evaluating Uplay settings file: " & UplayYamlPath)
5959
Dim ParsedUplayYaml As String = File.ReadAllText(UplayYamlPath)
6060

@@ -105,7 +105,7 @@ Public Class UplayHelper
105105
Public Shared Sub EnableCloudSync()
106106
Try
107107
'Enable Uplay cloud save synchronization
108-
Dim UplayYamlPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Ubisoft Game Launcher\settings.yml"
108+
Dim UplayYamlPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Ubisoft Game Launcher\settings.yaml"
109109
Logger.Log("[INFO] Parsing and evaluating Uplay settings file: " & UplayYamlPath)
110110
Dim ParsedUplayYaml As String = File.ReadAllText(UplayYamlPath)
111111

0 commit comments

Comments
 (0)