Sfoglia il codice sorgente

Fix Android installing/packaging instruction due to rename APK file.
[ci package]

Yao Wei Tjong 姚伟忠 11 anni fa
parent
commit
99253ea132
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Source/CMake/Modules/Urho3D-CMake-common.cmake

+ 1 - 1
Source/CMake/Modules/Urho3D-CMake-common.cmake

@@ -585,7 +585,7 @@ macro (setup_main_executable)
             COMMENT "Stripping lib${TARGET_NAME}.so in library output directory")
         # When performing packaging, include the final apk file
         if (CMAKE_PROJECT_NAME STREQUAL Urho3D AND NOT APK_INCLUDED)
-            install (FILES ${LIBRARY_OUTPUT_PATH_ROOT}/bin/Urho3D.apk DESTINATION ${DEST_RUNTIME_DIR} OPTIONAL)
+            install (FILES ${LIBRARY_OUTPUT_PATH_ROOT}/bin/Urho3D-debug.apk DESTINATION ${DEST_RUNTIME_DIR} OPTIONAL)
             set (APK_INCLUDED 1)
         endif ()
     else ()