Bisa / factorio-init

Factorio init script
MIT License
426 stars 86 forks source link

Remove 32 bit binary support #209

Open bioxz opened 1 month ago

bioxz commented 1 month ago

Factorio has terminated 32 bit binary support 8 years ago (https://www.factorio.com/blog/post/fff-158) and only supports 64 bit binaries since version 0.15. The release of 2.x changed the version output of the binary, breaking binary arch detection. Instead of fixing this for a feature not support for years, this change removes it and enforces 64 bit binaries. Fixes #207.