Don't migrate on WindowsStore build

This commit is contained in:
Jaex 2017-04-25 02:18:37 +03:00
parent 1c325dfb9c
commit 5c9284dad4

View file

@ -384,7 +384,9 @@ private static void UpdatePersonalPath()
private static void CheckPersonalPathConfig()
{
#if !WindowsStore
MigratePersonalPathConfig();
#endif
string customPersonalPath = ReadPersonalPathConfig();