summaryrefslogtreecommitdiff
path: root/copy-existing-otrs.cmake
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-04-12 21:14:33 -0400
committerGitHub <noreply@github.com>2023-04-12 21:14:33 -0400
commitc4ce2f10cd1076136f4a16c677738309f16bb301 (patch)
tree32e847d1d3b869932d43d9796cfe6bdde1cf1075 /copy-existing-otrs.cmake
parent38c31d2d4e839fa5e9d1af84c12727226b35a461 (diff)
build/package/ship `soh.otr` (#2699)
* update * Update generate-builds.yml * Update generate-builds.yml * sohotr in CI? * paths * gitignore soh.otr * Fix * no COMMAND maybe? * try generating otr as it's own step * deps * f * g * h * a * cc * ccc * m * blarg * try uploading * try * s * copy things * wii u? * wiiu * don't fail * windows without cpack? * wut * whoops * see all the things plz * b * v * zip working maybe * ok but this tho * pdb and switch * mac lus * soh.otr in appimage * down first * mac * bundle soh otr into mac app and read it from the bundle * appimage fix * try just downloading for mac? * i like to mv it mv it * mv to the right place * no more otrgui * bring back otrgui and assets * echo blarg * echo * zapd.exe * clean and remove * a * space --------- Co-authored-by: louis <louist103@gmail.com> Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com> Co-authored-by: briaguya <briaguya@alice> Co-authored-by: Adam Bird <archez39@me.com>
Diffstat (limited to 'copy-existing-otrs.cmake')
-rw-r--r--copy-existing-otrs.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/copy-existing-otrs.cmake b/copy-existing-otrs.cmake
index b3510830d..007376d7b 100644
--- a/copy-existing-otrs.cmake
+++ b/copy-existing-otrs.cmake
@@ -6,6 +6,10 @@ if(EXISTS ${SOURCE_DIR}/OTRExporter/oot-mq.otr)
execute_process(COMMAND ${CMAKE_COMMAND} -E copy oot-mq.otr ${SOURCE_DIR})
execute_process(COMMAND ${CMAKE_COMMAND} -E copy oot-mq.otr ${BINARY_DIR}/soh/)
endif()
+if(EXISTS ${SOURCE_DIR}/OTRExporter/soh.otr)
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy soh.otr ${SOURCE_DIR})
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy soh.otr ${BINARY_DIR}/soh/)
+endif()
if(NOT EXISTS ${SOURCE_DIR}/oot.otr AND NOT EXISTS ${SOURCE_DIR}/oot-mq.otr)
message(FATAL_ERROR, "No OTR files found.")
endif() \ No newline at end of file