2
0
Эх сурвалжийг харах

Fix archive.dll not being copied along with the Player (Issue mentioned here: http://polycode.org/forum/viewtopic.php?f=4&t=930)

Joachim Meyer 11 жил өмнө
parent
commit
f31bbcc38f

+ 1 - 0
Standalone/CMakeLists.txt

@@ -36,6 +36,7 @@ IF(MSVC OR MINGW)
 
 INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polybuild.exe DESTINATION Bin)
 INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polyimport.exe DESTINATION Bin)
+INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/Dependencies/bin/archive.dll DESTINATION Bin)
 INSTALL(DIRECTORY ${PolycodeStandalone_SOURCE_DIR}/../Assets/Templates/Lua DESTINATION Template)