mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Add loginserver and client_files binaries to validation list
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
cd build/bin
|
cd build/bin
|
||||||
|
|
||||||
# Verify that critical binaries exist
|
# Verify that critical binaries exist
|
||||||
REQUIRED_BINARIES=(world zone ucs queryserv eqlaunch shared_memory)
|
REQUIRED_BINARIES=(world zone ucs queryserv eqlaunch shared_memory loginserver import_client_files export_client_files)
|
||||||
MISSING_BINARIES=()
|
MISSING_BINARIES=()
|
||||||
|
|
||||||
for binary in "${REQUIRED_BINARIES[@]}"; do
|
for binary in "${REQUIRED_BINARIES[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user