|
@@ -33,6 +33,9 @@ Function ${un}DeleteFiles
|
|
Delete "$INSTDIR\wkhtmltopdf.exe"
|
|
Delete "$INSTDIR\wkhtmltopdf.exe"
|
|
Delete "$INSTDIR\wkhtmltoimage.exe"
|
|
Delete "$INSTDIR\wkhtmltoimage.exe"
|
|
; remove as per current installer layout
|
|
; remove as per current installer layout
|
|
|
|
+ Delete "$INSTDIR\bin\libgcc_s_sjlj-1.dll"
|
|
|
|
+ Delete "$INSTDIR\bin\libgcc_s_seh-1.dll"
|
|
|
|
+ Delete "$INSTDIR\bin\libstdc++-6.dll"
|
|
Delete "$INSTDIR\bin\wkhtmltoimage.exe"
|
|
Delete "$INSTDIR\bin\wkhtmltoimage.exe"
|
|
Delete "$INSTDIR\bin\wkhtmltopdf.exe"
|
|
Delete "$INSTDIR\bin\wkhtmltopdf.exe"
|
|
Delete "$INSTDIR\bin\wkhtmltox.dll"
|
|
Delete "$INSTDIR\bin\wkhtmltox.dll"
|
|
@@ -61,6 +64,9 @@ Section "Install"
|
|
File static-build\${TARGET}\app\bin\wkhtmltoimage.exe
|
|
File static-build\${TARGET}\app\bin\wkhtmltoimage.exe
|
|
File static-build\${TARGET}\app\bin\wkhtmltopdf.exe
|
|
File static-build\${TARGET}\app\bin\wkhtmltopdf.exe
|
|
File static-build\${TARGET}\app\bin\wkhtmltox.dll
|
|
File static-build\${TARGET}\app\bin\wkhtmltox.dll
|
|
|
|
+!ifdef MINGW
|
|
|
|
+ File static-build\${TARGET}\app\bin\lib*.dll
|
|
|
|
+!endif
|
|
|
|
|
|
SetOutPath "$INSTDIR\lib"
|
|
SetOutPath "$INSTDIR\lib"
|
|
File static-build\${TARGET}\app\bin\wkhtmltox.lib
|
|
File static-build\${TARGET}\app\bin\wkhtmltox.lib
|