tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

Missing x86 / 32bit check in MSI installer. #264

Closed l1m3r closed 6 months ago

l1m3r commented 7 months ago

I recently successfully installed Friture on a x86 tablet with Windows 10 - but couldn't run it because Friture is amd64 only (isn't it?).

Expected behavior would have been the MSI installer refusing to install on the wrong architecture.

(awesome software btw. :-) )

tlecomte commented 6 months ago

Thanks @l1m3r for your report :smile:

I've tried to fix that with https://github.com/tlecomte/friture/pull/271