mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Missed file
This commit is contained in:
parent
3c8cea09cb
commit
812d9b269a
@ -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']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user