Skip to content

Commit d26ec50

Browse files
committed
Merge pull request #496 from fodinabor/ArchiveMissingFixWin
Fix archive.dll not being copied along with the Player
2 parents 696769a + f31bbcc commit d26ec50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Standalone/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ IF(MSVC OR MINGW)
3636

3737
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polybuild.exe DESTINATION Bin)
3838
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polyimport.exe DESTINATION Bin)
39+
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/Dependencies/bin/archive.dll DESTINATION Bin)
3940
INSTALL(DIRECTORY ${PolycodeStandalone_SOURCE_DIR}/../Assets/Templates/Lua DESTINATION Template)
4041

4142

0 commit comments

Comments
 (0)