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
commit 8c6866fb91
1 changed files with 5 additions and 0 deletions

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"