diff --git a/scripts/linux/appimage/soh.sh.in b/scripts/linux/appimage/soh.sh.in index 11170c80e..0c0486fc2 100644 --- a/scripts/linux/appimage/soh.sh.in +++ b/scripts/linux/appimage/soh.sh.in @@ -18,4 +18,4 @@ if [[ ! -e "$SHIP_HOME"/mods ]]; then touch "$SHIP_HOME"/mods/custom_otr_files_go_here.txt fi -(cd "$SHIP_BIN_DIR"; ./soh.elf) + (cd "$SHIP_BIN_DIR"; ./soh.elf) diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index a0b34b6eb..839ba200b 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -596,7 +596,7 @@ if (CMAKE_GENERATOR MATCHES "Visual Studio") TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/extractor ${CMAKE_BINARY_DIR}/soh/assets - COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/xml ${CMAKE_BINARY_DIR}/soh/assets/xmls + COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/xml ${CMAKE_BINARY_DIR}/soh/assets/xml ) endif() if(NOT CMAKE_SYSTEM_NAME MATCHES "NintendoSwitch|CafeOS") @@ -605,7 +605,7 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "NintendoSwitch|CafeOS") POST_BUILD COMMENT "Copying asset xmls..." COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/extractor $/assets - COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/xml $/assets/xmls + COMMAND ${CMAKE_COMMAND} -E copy_directory_if_different ${CMAKE_SOURCE_DIR}/soh/assets/xml $/assets/xml COMMAND ${CMAKE_COMMAND} -E make_directory $/assets/symbols # COMMAND ${VS_COPY_ASSETS_CMD} )