mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 22:40:22 +00:00
Fix capitalization on version path
Now that I can test it with the working path :)
This commit is contained in:
parent
14b4bfb2f4
commit
29a562cdc7
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ namespace PKHeX
|
|||
private static string WC6DatabasePath => Path.Combine(WorkingDirectory, "wc6");
|
||||
private static string BackupPath => Path.Combine(WorkingDirectory, "bak");
|
||||
private static string ThreadPath => @"https://projectpokemon.org/forums/showthread.php?36986";
|
||||
private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/Text/version.txt";
|
||||
private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/text/version.txt";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue