X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=blobdiff_plain;f=music_sampler.spec;h=37943974dd483538a203073f7483b5c251dcb8bb;hp=0d99dca2caefcc67238169feeb09ab7fdcf94b1a;hb=63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e;hpb=35bde798b6cda13579337b0ec5a803fdd5eab19a 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,\ import importlib.machinery sysfont = importlib.machinery\ - .SourceFileLoader('sysfont', os.getcwd() + '/helpers/sysfont.py') \ + .SourceFileLoader('sysfont', os.getcwd() + '/music_sampler/sysfont.py') \ .load_module() excluded_and_hidden_modules = get_deps_minimal(