mirror of
https://github.com/JupiterBroadcasting/CasterSoundboard.git
synced 2025-10-29 03:23:54 +00:00
- Generated Mac OS compatible icon - ```sips -s format icns CasterSoundboard.png --out CasterSoundboard.icns``` - Updated CasterSoundboard.pro - App bundle installs in ~/Applications by default - Use previously generated icon in bundle - Fix "using integer absolute value function 'abs' when argument is of floating point type" - switched to cmath lib and import abs function - Fix "variable 'h' is used uninitialized whenever switch default is taken" - switch default sets h to 0