This commit is contained in:
kony
2025-09-16 16:47:36 +08:00
parent e77496f21a
commit 36f388aefa
4 changed files with 65 additions and 120 deletions

View File

@@ -70,7 +70,7 @@ func InitWintunDll() error {
return err
}
go2.Utils().FileAppend("wintun.dll", res)
go2.FileAppend("wintun.dll", res)
return nil
}