tlecomte / friture

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

chore: move winbuild scripts to github folder #272

Closed tlecomte closed 6 months ago

tlecomte commented 6 months ago

Apparently the winbuild script at the root of the repo was confusing, it looked like it was meant to be used to run Friture locally from source (see https://github.com/tlecomte/friture/issues/233). However, it's actually meant to be used from the Github action. So we move it the .github folder to make it clearer. This actually harmonizes the file structure with linux and macos.