mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-01 04:03:17 +08:00
latest assets
This commit is contained in:
parent
30ea7e3508
commit
2c94dfe578
@ -661,8 +661,9 @@ def make_prefab() -> None:
|
|||||||
if machine == 'x86_64':
|
if machine == 'x86_64':
|
||||||
base = 'linux'
|
base = 'linux'
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(f'make_prefab: unsupported linux machine type:'
|
raise RuntimeError(
|
||||||
f' {machine}.')
|
f'make_prefab: unsupported linux machine type:'
|
||||||
|
f' {machine}.')
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(f'make_prefab: unrecognized platform:'
|
raise RuntimeError(f'make_prefab: unrecognized platform:'
|
||||||
f' {platform.system()}.')
|
f' {platform.system()}.')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user