From 6ebe62478a49df22c55ef6a2b1200473500a7f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 27 Jul 2016 22:15:25 +0200 Subject: Use pip setup file --- music_sampler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'music_sampler.spec') diff --git a/music_sampler.spec b/music_sampler.spec index 3794397..791cd68 100644 --- a/music_sampler.spec +++ b/music_sampler.spec @@ -28,11 +28,11 @@ pyinstaller_file.write(commit_message) pyinstaller_file.close() data = [ - ('music_sampler.kv', '.'), + ('music_sampler/music_sampler.kv', '.'), ('.pyinstaller_commit', '.') ] -a = Analysis(['music_sampler.py'], +a = Analysis(['run.py'], binaries=None, datas=data, hookspath=hookspath(), -- cgit v1.2.3