]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.spec
Make kivy compatible with pyinstaller
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.spec
index a60c546c2dd7cfc5c9987e5adbeabddf1b358ff3..fca40058fe09df989b2ea67796089924ed58192e 100644 (file)
@@ -6,8 +6,8 @@ a = Analysis(['music_sampler.py'],
              binaries=None,
              datas=[
               ('config.yml', '.'),
-              ('Ubuntu-Regular.ttf', '.'),
-              ('Symbola.ttf', '.')
+              ('fonts/*', 'fonts'),
+              ('musicsampler.kv', '.')
              ],
              hiddenimports=[
                'six',