Skip to content

Commit

Permalink
Update libzip version in Win32 installer script (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Talbert <[email protected]>
  • Loading branch information
swt2c authored and jaymzh committed May 12, 2018
1 parent dd6242f commit b446059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordance/win/concordance.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Section "Concordance"
SetOutPath "$INSTDIR"
File "$%MINGW_SYSROOT_BIN%/libgcc_s_sjlj-1.dll"
File "$%MINGW_SYSROOT_BIN%/libstdc++-6.dll"
File "$%LIBZIP_LIB_PATH%/libzip-2.dll"
File "$%LIBZIP_LIB_PATH%/libzip-5.dll"
File "$%ZLIB_LIB_PATH%/zlib1.dll"
File "$%HIDAPI_LIB_PATH%/libhidapi-0.dll"
File "../../libconcord/.libs/libconcord-4.dll"
Expand Down

0 comments on commit b446059

Please sign in to comment.