nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
86 stars 18 forks source link

Make option to play sound when compilation finishes work #404

Closed mkruselj closed 10 months ago

mkruselj commented 10 months ago

It used to work only when SublimeKSP was installed manually, now it should also work when installed as managed package via Package Control. We do this by loading our packaged WAV file as binary resource, then writing it out manually to the unmanaged packages folder, if it doesn't already exist.

Fixes #343