]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.spec
Add config
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.spec
index bd695623525359b3a70f908be4258147095be82c..844ac4b6a6b1e166a6d124f7352fa4483e8da593 100644 (file)
@@ -30,11 +30,11 @@ pyinstaller_file.close()
 
 data = [
   ('music_sampler/music_sampler.kv', '.'),
-  ('.pyinstaller_commit', '.')
+  ('.pyinstaller_commit', '.'),
+  ('music_sampler/locales', 'locales')
 ]
 
 a = Analysis(['run.py'],
-             binaries=None,
              datas=data,
              hookspath=hookspath(),
              runtime_hooks=runtime_hooks(),