|
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" |
2 | 2 | ''
|
3 | 3 | '' GHOST Buster - Ghost Recon Wildlands backup utility
|
4 | 4 | ''
|
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 |
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
|
@@ -54,7 +54,7 @@ Public Class UplayHelper
|
54 | 54 | Public Shared Sub DisableCloudSync()
|
55 | 55 | 'Disable Uplay cloud save synchronization
|
56 | 56 | 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" |
58 | 58 | Logger.Log("[INFO] Parsing and evaluating Uplay settings file: " & UplayYamlPath)
|
59 | 59 | Dim ParsedUplayYaml As String = File.ReadAllText(UplayYamlPath)
|
60 | 60 |
|
@@ -105,7 +105,7 @@ Public Class UplayHelper
|
105 | 105 | Public Shared Sub EnableCloudSync()
|
106 | 106 | Try
|
107 | 107 | '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" |
109 | 109 | Logger.Log("[INFO] Parsing and evaluating Uplay settings file: " & UplayYamlPath)
|
110 | 110 | Dim ParsedUplayYaml As String = File.ReadAllText(UplayYamlPath)
|
111 | 111 |
|
|
0 commit comments