mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-22 14:59:25 +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':
|
||||
base = 'linux'
|
||||
else:
|
||||
raise RuntimeError(f'make_prefab: unsupported linux machine type:'
|
||||
f' {machine}.')
|
||||
raise RuntimeError(
|
||||
f'make_prefab: unsupported linux machine type:'
|
||||
f' {machine}.')
|
||||
else:
|
||||
raise RuntimeError(f'make_prefab: unrecognized platform:'
|
||||
f' {platform.system()}.')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user