itchio / butler

🎩 Command-line itch.io helper
MIT License
751 stars 54 forks source link

Added Windows build flag to enable mac compilation #254

Open cosmotek opened 1 year ago

cosmotek commented 1 year ago

Added a Windows build flag to workaround_windows.go as it attempts to make Windows-specific cgo calls. This previously prevented compilation on MacOS/Darwin (I'd assume Linux as well), but is now resolved.