From: Stefan Weil Date: Sat, 17 Aug 2013 07:32:04 +0000 (+0200) Subject: w32: Add an icon resource X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=487cddb2bf3f429953dc5b3252d2a3b83d7200c5;p=qemu.git w32: Add an icon resource The QEMU mascot which was already used for the NSIS installer is now used for all QEMU executables. Signed-off-by: Stefan Weil --- diff --git a/version.rc b/version.rc index 82e10ecf26..a50d62fa0c 100644 --- a/version.rc +++ b/version.rc @@ -26,3 +26,5 @@ FILESUBTYPE VFT2_UNKNOWN VALUE "Translation", 0x0409, 1252 } } + +IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"