Removed references to Windows support

The program doesn't seem to work on Windows, and I don't have the time
right now to debug it. So, at the moment, the program isn't supported on Windows.
This commit is contained in:
2024-08-15 12:37:01 -05:00
parent f8cb03bf88
commit d15a771e89
3 changed files with 5 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
POSSIBLE_GOOS=( "windows" "linux" "darwin" )
POSSIBLE_GOOS=( "linux" "darwin" )
POSSIBLE_GOARCH=( "amd64" "arm64" )
for OS in "${POSSIBLE_GOOS[@]}"; do