X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler.spec;h=5a814643c600569179b24cf6be5e52904c04ce49;hb=7df12958bed6544b36bc946cdbb185ff2011733c;hp=bd695623525359b3a70f908be4258147095be82c;hpb=dd25f8f05f091ba876b784e3fd4ae6df309bd4a1;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/music_sampler.spec b/music_sampler.spec index bd69562..5a81464 100644 --- a/music_sampler.spec +++ b/music_sampler.spec @@ -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'],