File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ C2Client = [
3838 " Scripts/*.py" ,
3939 " server.crt" ,
4040 " libGrpcMessages/build/py/*.py" ,
41- " DropperModules.conf"
41+ " DropperModules.conf" ,
42+ " ShellCodeModules.conf"
4243]
4344
4445[project .scripts ]
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ add_custom_command(TARGET TeamServer POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
2424$<TARGET_FILE:TeamServer> "${CMAKE_SOURCE_DIR} /Release/TeamServer/$<TARGET_FILE_NAME:TeamServer>" )
2525add_custom_command (TARGET TeamServer POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
2626${CMAKE_SOURCE_DIR} /teamServer/teamServer/TeamServerConfig.json "${CMAKE_SOURCE_DIR} /Release/TeamServer/TeamServerConfig.json" )
27+ ${CMAKE_SOURCE_DIR} /teamServer/teamServer/auth_credentials.json "${CMAKE_SOURCE_DIR} /Release/TeamServer/auth_credentials.json" )
2728
2829if (WITH_TESTS)
2930 add_executable (testsTestServer tests/testsTestServer.cpp )
You can’t perform that action at this time.
0 commit comments