3 Commits

Author SHA1 Message Date
Stephen J Radachy
20b9701b60 Improved Mac OS packaging + fixed compiler warnings
- 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
2017-05-28 19:19:09 -05:00
Martin Wimpress
375cfcef8d Update snapcraft.yaml with a desktop icon and bundle every codec so Chris can play aiff files ;-) 2017-05-23 22:19:02 +01:00
Filip Szymański
1d6c7db6de Update building and installation 2017-05-22 18:07:40 +02:00