mktoc
mktoc copied to clipboard
Add Windows binaries to release action
Binaries are now build with GitHub Actions (https://github.com/KevinGimbel/mktoc/blob/main/.github/workflows/release.yml), so Windows binaries should be supported alongside Apple and Linux ones.
I know nothing about Windows binaries so I'm unsure which of these targets make sense to build for:
- x86_64-pc-windows-msvc
- x86_64-pc-windows-gnu
Maybe all of them?
Removed milestone as this shouldn't block regular releases.
According to https://fosstodon.org/@mobiuscog/113113209852718896 i686 is 32bit Windows and can be removed.