Missed file

This commit is contained in:
Eric Froemling 2020-10-10 15:30:38 -07:00
parent 3c8cea09cb
commit 812d9b269a

View File

@ -252,8 +252,8 @@ def _sync_windows_extras(cfg: Config) -> None:
_run(cmd) _run(cmd)
# Now sync the top level individual files that we want. # Now sync the top level individual files that we want.
# (we could technically copy everything over but this keeps staging # We could technically copy everything over but this keeps staging
# dirs a bit tidier) # dirs a bit tidier.
dbgsfx = '_d' if cfg.debug else '' dbgsfx = '_d' if cfg.debug else ''
toplevelfiles: List[str] = [f'python38{dbgsfx}.dll'] toplevelfiles: List[str] = [f'python38{dbgsfx}.dll']