漏掉的版本号

This commit is contained in:
Amazing_DM
2020-04-08 11:47:45 +08:00
parent f941df0af2
commit 8f14b030bb

View File

@@ -59,9 +59,11 @@ namespace Netch.Controllers
case "10.0":
driverName = "Win-10.sys";
break;
case "6.3":
case "6.2":
driverName = "Win-8.sys";
break;
case "6.1":
case "6.0":
driverName = "Win-7.sys";
break;