mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
fix: rc error chinese code
This commit is contained in:
parent
9648a8d561
commit
71ea5f115c
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
#include "winres.h"
|
||||
|
||||
// 图标
|
||||
IDI_ICON1 ICON "QtScrcpy.ico"
|
||||
|
||||
// 版本信息
|
||||
// 为了FileDescription的中文不乱码,中文系统上本文件需要gbk编码,英文系统上本文件需要utf8编码
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH
|
||||
PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH
|
||||
|
@ -22,7 +20,7 @@ BEGIN
|
|||
BLOCK "080404b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "RanKun"
|
||||
VALUE "FileDescription", "安卓实时同屏软件"
|
||||
VALUE "FileDescription", "安卓实时同屏软件"
|
||||
VALUE "FileVersion", VERSION_RC_STR
|
||||
VALUE "LegalCopyright", "Copyright (C) RanKun 2018-2038. All rights reserved."
|
||||
VALUE "ProductName", "QtScrcpy"
|
||||
|
|
Loading…
Add table
Reference in a new issue