]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Deleted.nsh
update installer: update also lyx.bat file (needed for new launcher)
[lyx.git] / development / Win32 / packaging / AltInstaller / Deleted.nsh
1 Function DeleteFiles
2
3  # list with deleted files for LyX 1.5pre1 xx-05-2007
4  Delete "$INSTDIR\Resources\examples\he\example_lyxified.lyx"
5  Delete "$INSTDIR\Resources\examples\he\example_raw.lyx"
6
7 FunctionEnd
8