diff --git a/core/SConscript.unix b/core/SConscript.unix index 351fbad0a..96fd4a60f 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -768,7 +768,7 @@ if FROZEN: if THP: SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/thp/*.py')) - + SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/zcash/*.py')) SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/webauthn/*.py'))