Moved install button next to reset button

This commit is contained in:
Yoshi Askharoun
2021-08-04 20:03:35 -05:00
parent 1be436ae90
commit 8985e9d141
7 changed files with 66 additions and 45 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace ZuneModCore.Mods
{
// Make a backup of the original file
FileVersionInfo wmvDllVersionInfo = FileVersionInfo.GetVersionInfo(WMVCORE_PATH);
if (Version.Parse(wmvDllVersionInfo.ProductVersion!) <= new Version(12, 0, 10586, 0))
if (Version.Parse(wmvDllVersionInfo.ProductVersion!) != new Version(12, 0, 10586, 0))
File.Copy(WMVCORE_PATH, Path.Combine(StorageDirectory, "WMVCORE.original.dll"), true);
// Get the working WMVCORE.dll