diff --git a/main.go b/main.go index c673398..86bc388 100644 --- a/main.go +++ b/main.go @@ -89,7 +89,7 @@ func main() { size := "16" switch runtime.GOOS { case "windows": - size = "256" + size = "64" case "darwin": size = "512" case "linux": diff --git a/phi.exe b/phi.exe index f3e9349..71035a9 100644 Binary files a/phi.exe and b/phi.exe differ