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:
@@ -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
|
||||
|
Reference in New Issue
Block a user