]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.spec
Fix crash when click on unconfigured key
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.spec
index bd695623525359b3a70f908be4258147095be82c..5a814643c600569179b24cf6be5e52904c04ce49 100644 (file)
@@ -30,7 +30,8 @@ pyinstaller_file.close()
 
 data = [
   ('music_sampler/music_sampler.kv', '.'),
-  ('.pyinstaller_commit', '.')
+  ('.pyinstaller_commit', '.'),
+  ('music_sampler/locales', 'locales')
 ]
 
 a = Analysis(['run.py'],