mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
70b7fba987
qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP. There are also URLs to json.org, openvpn.net, and other domains that support HTTPS. This patch updates the qemu.org domains everywhere and also third-party domains that I have checked. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20171121120435.28728-3-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
30 lines
790 B
Text
30 lines
790 B
Text
#include <winver.h>
|
|
#include "config-host.h"
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION CONFIG_FILEVERSION
|
|
PRODUCTVERSION CONFIG_PRODUCTVERSION
|
|
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
FILEOS VOS_NT_WINDOWS32
|
|
FILETYPE VFT_APP
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904E4"
|
|
{
|
|
VALUE "CompanyName", "https://www.qemu.org"
|
|
VALUE "FileDescription", "QEMU machine emulators and tools"
|
|
VALUE "FileVersion", QEMU_VERSION
|
|
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
|
|
VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
|
|
VALUE "ProductName", "QEMU"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x0409, 1252
|
|
}
|
|
}
|
|
|
|
IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"
|