mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +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):
|
class PrefabTarget(Enum):
|
||||||
"""Types of prefab builds able to be run."""
|
"""Types of prefab builds able to be run."""
|
||||||
DEBUG = 'debug'
|
DEBUG = 'gui-debug'
|
||||||
SERVER_DEBUG = 'server-debug'
|
SERVER_DEBUG = 'server-debug'
|
||||||
RELEASE = 'release'
|
RELEASE = 'gui-release'
|
||||||
SERVER_RELEASE = 'server-release'
|
SERVER_RELEASE = 'server-release'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user