We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6217c4 commit 336ee98Copy full SHA for 336ee98
twshim.go
@@ -67,7 +67,7 @@ func RuntimeAssetName() (string, error) {
67
case "linux/amd64":
68
return "tailwindcss-linux-x64", nil
69
case "windows/amd64":
70
- return "tailwindcss-windows-x64", nil
+ return "tailwindcss-windows-x64.exe", nil
71
default:
72
return "", fmt.Errorf("distribution not supported: %s", dist)
73
}
0 commit comments