Skip to content

Commit

Permalink
Fix copying our en.ini file to strings.git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Feb 12, 2024
1 parent 749ea49 commit 1262317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ endforeach()
# have to manually sync the "en.ini" file in the "strings" repo from
# the "aseprite" repo.
add_custom_command(
OUTPUT ${DATA_OUTPUT_DIR}/en.ini
OUTPUT ${DATA_OUTPUT_DIR}/strings.git/en.ini
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${SOURCE_DATA_DIR}/strings/en.ini ${DATA_OUTPUT_DIR}/strings.git/en.ini
MAIN_DEPENDENCY ${SOURCE_DATA_DIR}/strings/en.ini)
list(APPEND out_data_files ${DATA_OUTPUT_DIR}/strings.git/en.ini)
Expand Down

0 comments on commit 1262317

Please sign in to comment.