aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.spec
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-26 19:21:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-26 19:21:10 +0200
commite4846541aa226de8b231cc401fcaa6f058246d1c (patch)
tree6d35ffa3838142e348586869357251e2bf771876 /music_sampler.spec
parentf029e879b326c3b3dce3428561a280fa52b9f04c (diff)
downloadMusicSampler-e4846541aa226de8b231cc401fcaa6f058246d1c.tar.gz
MusicSampler-e4846541aa226de8b231cc401fcaa6f058246d1c.tar.zst
MusicSampler-e4846541aa226de8b231cc401fcaa6f058246d1c.zip
Move kv file
Diffstat (limited to 'music_sampler.spec')
-rw-r--r--music_sampler.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/music_sampler.spec b/music_sampler.spec
index a56c2dd..ef949f2 100644
--- a/music_sampler.spec
+++ b/music_sampler.spec
@@ -8,7 +8,7 @@ a = Analysis(['music_sampler.py'],
8 binaries=None, 8 binaries=None,
9 datas=[ 9 datas=[
10 ('fonts/*', 'fonts'), 10 ('fonts/*', 'fonts'),
11 ('musicsampler.kv', '.') 11 ('music_sampler.kv', '.')
12 ], 12 ],
13 hookspath=hookspath(), 13 hookspath=hookspath(),
14 runtime_hooks=runtime_hooks(), 14 runtime_hooks=runtime_hooks(),