aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.spec
diff options
context:
space:
mode:
Diffstat (limited to 'music_sampler.spec')
-rw-r--r--music_sampler.spec4
1 files changed, 2 insertions, 2 deletions
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)
28pyinstaller_file.close() 28pyinstaller_file.close()
29 29
30data = [ 30data = [
31 ('music_sampler.kv', '.'), 31 ('music_sampler/music_sampler.kv', '.'),
32 ('.pyinstaller_commit', '.') 32 ('.pyinstaller_commit', '.')
33] 33]
34 34
35a = Analysis(['music_sampler.py'], 35a = Analysis(['run.py'],
36 binaries=None, 36 binaries=None,
37 datas=data, 37 datas=data,
38 hookspath=hookspath(), 38 hookspath=hookspath(),