alexkay / spek

Acoustic spectrum analyser
http://spek.cc
GNU General Public License v3.0
2.5k stars 255 forks source link

Update spek.wxs.in - fix file extensions 3gp, aac, aif and wv #285

Closed legoadk closed 1 year ago

legoadk commented 1 year ago

I'm not entirely sure this will parse properly, but it looks like the source of #284. It will also fix aic/aif which weren't separated by a semicolon, but instead a comma. Closes #284 if merged.

[edit] Yup, this should fix it. The list shouldn't be enclosed in quotes, and a comma was used between aac/aif instead of semicolon: https://wixtoolset.org/docs/tools/preprocessor/#iteration

alexkay commented 1 year ago

@legoadk, thank you for the fix! :metal: