mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Added folder picker to locate Zune software
This commit is contained in:
+1
-1
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user