mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-29 02:23:22 +08:00
prefab gui target fix
This commit is contained in:
parent
8d757e6fe1
commit
93eb876e5f
@ -76,9 +76,9 @@ class SourceCategory(Enum):
|
||||
|
||||
class PrefabTarget(Enum):
|
||||
"""Types of prefab builds able to be run."""
|
||||
DEBUG = 'debug'
|
||||
DEBUG = 'gui-debug'
|
||||
SERVER_DEBUG = 'server-debug'
|
||||
RELEASE = 'release'
|
||||
RELEASE = 'gui-release'
|
||||
SERVER_RELEASE = 'server-release'
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user