]> git.proxmox.com Git - qemu.git/commitdiff
w32: Add an icon resource
authorStefan Weil <sw@weilnetz.de>
Sat, 17 Aug 2013 07:32:04 +0000 (09:32 +0200)
committerStefan Weil <sw@weilnetz.de>
Tue, 27 Aug 2013 12:21:16 +0000 (14:21 +0200)
The QEMU mascot which was already used for the NSIS installer
is now used for all QEMU executables.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
version.rc

index 82e10ecf26b91a0ec6430ab42769e6aa739ae0df..a50d62fa0c4ff47c08a77de1589e2b500a8b528e 100644 (file)
@@ -26,3 +26,5 @@ FILESUBTYPE VFT2_UNKNOWN
     VALUE "Translation", 0x0409, 1252
   }
 }
+
+IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"