Commit 29fdcac6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NSIS: use ifdiff and not ifnewer for file installation

This should allow downgrades.
Close #10551
parent 2dbc6647
......@@ -48,7 +48,7 @@ SetCompressor lzma
SetCompressor /SOLID lzma
!endif
SetOverwrite ifnewer
SetOverwrite ifdiff
CRCCheck on
BrandingText "${PRODUCT_GROUP} ${PRODUCT_NAME}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment