Skip to content

Commit f64f598

Browse files
committed
win32: fix README file in NSIS installer
Adjust after the rST conversion and consequent renaming. Fixes: 336a745 Reviewed-by: Daniel P. Berrangé <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Tested-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 526ca23 commit f64f598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qemu.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Section "${PRODUCT} (required)"
119119
File "${SRCDIR}\Changelog"
120120
File "${SRCDIR}\COPYING"
121121
File "${SRCDIR}\COPYING.LIB"
122-
File "${SRCDIR}\README"
122+
File "${SRCDIR}\README.rst"
123123
File "${SRCDIR}\VERSION"
124124

125125
File "${BINDIR}\*.bmp"
@@ -211,7 +211,7 @@ Section "Uninstall"
211211
Delete "$INSTDIR\Changelog"
212212
Delete "$INSTDIR\COPYING"
213213
Delete "$INSTDIR\COPYING.LIB"
214-
Delete "$INSTDIR\README"
214+
Delete "$INSTDIR\README.rst"
215215
Delete "$INSTDIR\VERSION"
216216
Delete "$INSTDIR\*.bmp"
217217
Delete "$INSTDIR\*.bin"

0 commit comments

Comments
 (0)