No that's not what I'm saying. You can detect the platform of the user from the browser. From this https://www.npmjs.com/package/ng2-device-detector you can already tell if it's a desktop, mobile or tablet and it even tells you the OS version. There's no need to bundle all of the options in a big zip file. Many website makes you automatically download the good thing when you click download, based on your OS and architecture.
The 5 different options I was talking about are Windows 32 bit, Windows 64 bit, Mac, Linux 64 bit and Linux 32 bit. If you add the mobile targets then you get to 7. Makes much more sense to have the website detect your platform from javascript and propose you the valid download automatically. That's all I'm saying.