Installer update.
This commit is contained in:
parent
cfe88da4fc
commit
7c9c6054a2
@ -162,7 +162,9 @@ echo Delete `$INSTDIR\*.exe` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\*.dll` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\*.exe` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\x86\*.exe` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\x86\*.dll` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\x64\*.exe` >> "%NSI_FILE%"
|
||||
echo Delete `$INSTDIR\toolset\x64\*.dll` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.exe` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.dll` >> "%NSI_FILE%"
|
||||
echo File /a /r `%PACK_PATH%\*.txt` >> "%NSI_FILE%"
|
||||
|
Loading…
Reference in New Issue
Block a user