]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.spec
Added music name, currently playing musics, pause/unpause
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.spec
index 3c85a2ac298e9155d8cfbbb6c82607c8e949eb12..a60c546c2dd7cfc5c9987e5adbeabddf1b358ff3 100644 (file)
@@ -4,7 +4,11 @@ block_cipher = None
 
 a = Analysis(['music_sampler.py'],
              binaries=None,
-             datas=[('config.yml', '.'), ('Ubuntu-Regular.ttf', '.')],
+             datas=[
+              ('config.yml', '.'),
+              ('Ubuntu-Regular.ttf', '.'),
+              ('Symbola.ttf', '.')
+             ],
              hiddenimports=[
                'six',
                'packaging',