Added folder picker to locate Zune software

This commit is contained in:
Yoshi Askharoun
2021-08-04 20:35:45 -05:00
parent 8985e9d141
commit 953fd5dfeb
3 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace ZuneModCore
new MbidLocatorMod(),
}.AsReadOnly();
public static string ZuneInstallDir { get; set; } = @"C:\Program Files\Zune\";
public static string ZuneInstallDir { get; set; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Zune");
public abstract string Id { get; }