Commit fdb8c4ab authored by Antoine Cellerier's avatar Antoine Cellerier

fix compile on makensis versions < 2.07 (debian sid is 2.06)

parent b96fe1a2
...@@ -21,7 +21,11 @@ Name "${PRODUCT_GROUP} ${PRODUCT_NAME} ${PRODUCT_VERSION}" ...@@ -21,7 +21,11 @@ Name "${PRODUCT_GROUP} ${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile ..\vlc-${VERSION}-win32.exe OutFile ..\vlc-${VERSION}-win32.exe
InstallDir "$PROGRAMFILES\VideoLAN\VLC" InstallDir "$PROGRAMFILES\VideoLAN\VLC"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "Install_Dir" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "Install_Dir"
!ifdef NSIS_LZMA_COMPRESS_WHOLE
SetCompressor lzma
!else
SetCompressor /SOLID lzma SetCompressor /SOLID lzma
!endif
;ShowInstDetails show ;ShowInstDetails show
;ShowUnInstDetails show ;ShowUnInstDetails show
SetOverwrite ifnewer SetOverwrite ifnewer
......
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