diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 21:33:09 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 21:33:09 +0200 |
commit | 63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e (patch) | |
tree | f043ab215425aca3434bf178029dad9f9e62dbe9 /music_sampler.spec | |
parent | 35bde798b6cda13579337b0ec5a803fdd5eab19a (diff) | |
download | MusicSampler-63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e.tar.gz MusicSampler-63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e.tar.zst MusicSampler-63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e.zip |
Rename helpers to music_sampler
Diffstat (limited to 'music_sampler.spec')
-rw-r--r-- | music_sampler.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/music_sampler.spec b/music_sampler.spec index 0d99dca..3794397 100644 --- a/music_sampler.spec +++ b/music_sampler.spec | |||
@@ -5,7 +5,7 @@ from kivy.tools.packaging.pyinstaller_hooks import get_deps_minimal,\ | |||
5 | 5 | ||
6 | import importlib.machinery | 6 | import importlib.machinery |
7 | sysfont = importlib.machinery\ | 7 | sysfont = importlib.machinery\ |
8 | .SourceFileLoader('sysfont', os.getcwd() + '/helpers/sysfont.py') \ | 8 | .SourceFileLoader('sysfont', os.getcwd() + '/music_sampler/sysfont.py') \ |
9 | .load_module() | 9 | .load_module() |
10 | 10 | ||
11 | excluded_and_hidden_modules = get_deps_minimal( | 11 | excluded_and_hidden_modules = get_deps_minimal( |