commit 8c6866fb910b9f54056bdf97796c293e505d2227 parent f54aa457319b9baf288cc55ac69bdc5fc177a1c6 Author: ThomasV <thomasv@electrum.org> Date: Sun, 26 Mar 2017 19:27:21 +0200 Merge pull request #2334 from shsmith/master fix #2325 Diffstat:
M | contrib/build-wine/electrum.nsi | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/contrib/build-wine/electrum.nsi b/contrib/build-wine/electrum.nsi @@ -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"