From e4a48eebe71017f366f479a35a660eac3317a53f Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 23 Apr 2018 21:36:37 +0200 Subject: [PATCH] Small installer tweak. --- etc/NSIS/setup.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 5cc23570..c048016c 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -520,9 +520,11 @@ FunctionEnd Delete ${options} "$INSTDIR\LameXP*.exe.sig" Delete ${options} "$INSTDIR\LameXP*.rcc" Delete ${options} "$INSTDIR\LameXP*.VisualElementsManifest.xml" + Delete ${options} "$INSTDIR\LameXP*.tag" Delete ${options} "$INSTDIR\License.txt" Delete ${options} "$INSTDIR\Manual.html" Delete ${options} "$INSTDIR\Readme.htm" + Delete ${options} "$INSTDIR\Readme.html" Delete ${options} "$INSTDIR\ReadMe.txt" Delete ${options} "$INSTDIR\PRE_RELEASE_INFO.txt" Delete ${options} "$INSTDIR\Settings.cfg"