1
0

Merge pull request #2334 from shsmith/master

fix #2325
This commit is contained in:
ThomasV
2017-03-26 19:27:21 +02:00
committed by GitHub

View File

@@ -104,6 +104,11 @@ FunctionEnd
Section
SetOutPath $INSTDIR
;Uninstall previous version files
RMDir /r "$INSTDIR\*.*"
Delete "$DESKTOP\${PRODUCT_NAME}.lnk"
Delete "$SMPROGRAMS\${PRODUCT_NAME}\*.*"
;Files to pack into the installer
File /r "dist\electrum\*.*"
File "..\..\icons\electrum.ico"