Skip to content

Commit

Permalink
Xbox NXDK: Add xbe logo
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jul 7, 2022
1 parent c22df26 commit 88c7aca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ if(NXDK)
add_custom_command(
OUTPUT "${_xbe_path}"
COMMAND "${CMAKE_COMMAND}" -E make_directory "${_nxdk_pkg_dir}"
COMMAND "${NXDK_DIR}/tools/cxbe/cxbe" "-OUT:${_xbe_path}" -TITLE:DevilutionX "${CMAKE_BINARY_DIR}/${BIN_TARGET}.exe"
COMMAND "${NXDK_DIR}/tools/cxbe/cxbe" "-OUT:${_xbe_path}" -TITLE:DevilutionX "-Logo:${PROJECT_SOURCE_DIR}/Packaging/xbox_nxdk/xbe_logo.pgm" "${CMAKE_BINARY_DIR}/${BIN_TARGET}.exe"
DEPENDS "${BIN_TARGET}"
)
add_custom_target(nxdk_xbe DEPENDS "${_xbe_path}")
Expand Down
Binary file added Packaging/xbox_nxdk/xbe_logo.pgm
Binary file not shown.

0 comments on commit 88c7aca

Please sign in to comment.