Skip to content

Commit

Permalink
add to installer and file type support
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Aug 24, 2024
1 parent 291ac41 commit 498b502
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ if(WINDOWS)
${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBWINPTHREAD_DLL}
${CMAKE_BINARY_DIR}
#COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBJSONCPP_DLL}
# ${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBREADSTAT_DLL}
${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBREADSTAT_DLL}
${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBFREEXL_DLL}
${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_ZLIB_DLL}
${CMAKE_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RTOOLS_LIBICONV_DLL}
Expand Down
7 changes: 4 additions & 3 deletions Tools/CMake/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,11 @@ if(WIN32)
install(
FILES ${RTOOLS_LIBGCC_S_SEH_DLL}
${RTOOLS_LIBSTDCPP_DLL}
${RTOOLS_MSYS_DLL}
${RTOOLS_MSYS_DLL}
${RTOOLS_LIBWINPTHREAD_DLL}
#${RTOOLS_LIBJSONCPP_DLL}
${RTOOLS_LIBREADSTAT_DLL}
#${RTOOLS_LIBJSONCPP_DLL}
${RTOOLS_LIBREADSTAT_DLL}
${RTOOLS_LIBFREEXL_DLL}
${RTOOLS_ZLIB_DLL}
${RTOOLS_LIBICONV_DLL}
${_LIB_R_INTERFACE_DLL}
Expand Down
2 changes: 2 additions & 0 deletions Tools/windows/msix/AppxManifest-nightly.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<uap:FileType>.csv</uap:FileType>
<uap:FileType>.sav</uap:FileType>
<uap:FileType>.ods</uap:FileType>
<uap:FileType>.xls</uap:FileType>
<uap:FileType>.xlsx</uap:FileType>
<uap:FileType>.zsav</uap:FileType>
<uap:FileType>.xpt</uap:FileType>
<uap:FileType>.por</uap:FileType>
Expand Down
2 changes: 2 additions & 0 deletions Tools/windows/msix/AppxManifest-sideload.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<uap:FileType>.csv</uap:FileType>
<uap:FileType>.sav</uap:FileType>
<uap:FileType>.ods</uap:FileType>
<uap:FileType>.xls</uap:FileType>
<uap:FileType>.xlsx</uap:FileType>
<uap:FileType>.zsav</uap:FileType>
<uap:FileType>.xpt</uap:FileType>
<uap:FileType>.por</uap:FileType>
Expand Down
2 changes: 2 additions & 0 deletions Tools/windows/msix/AppxManifest-store-beta.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<uap:FileType>.csv</uap:FileType>
<uap:FileType>.sav</uap:FileType>
<uap:FileType>.ods</uap:FileType>
<uap:FileType>.xls</uap:FileType>
<uap:FileType>.xlsx</uap:FileType>
<uap:FileType>.zsav</uap:FileType>
<uap:FileType>.xpt</uap:FileType>
<uap:FileType>.por</uap:FileType>
Expand Down
2 changes: 2 additions & 0 deletions Tools/windows/msix/AppxManifest-store.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<uap:FileType>.csv</uap:FileType>
<uap:FileType>.sav</uap:FileType>
<uap:FileType>.ods</uap:FileType>
<uap:FileType>.xls</uap:FileType>
<uap:FileType>.xlsx</uap:FileType>
<uap:FileType>.zsav</uap:FileType>
<uap:FileType>.xpt</uap:FileType>
<uap:FileType>.por</uap:FileType>
Expand Down

0 comments on commit 498b502

Please sign in to comment.