Bläddra i källkod

Fix for missing gem.json in packaged Gems from the installer (#18231) (#18235)

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 1 år sedan
förälder
incheckning
46be07b24f
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      cmake/Platform/Common/Install_common.cmake

+ 2 - 0
cmake/Platform/Common/Install_common.cmake

@@ -935,6 +935,8 @@ function(ly_setup_assets)
                     # it is not already in the list, so it is unique to this gem folder.
                     list(APPEND external_subdir_files ${check_file})
                 endif()
+            else()
+                list(APPEND external_subdir_files ${check_file})                
             endif()
         endforeach()