From 9b396642f88799f5d13d803932e46bb96640ab78 Mon Sep 17 00:00:00 2001 From: wangbin Date: Mon, 7 Jul 2025 14:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=A6=E5=9B=BE=E6=A0=87=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 新建文本文档 (2).txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/新建文本文档 (2).txt b/新建文本文档 (2).txt index 04be214..57878d0 100644 --- a/新建文本文档 (2).txt +++ b/新建文本文档 (2).txt @@ -3,4 +3,10 @@ 张三 1005 列席 中国共产党 2 王五 1007 列席 中国共产党 1 -1111 \ No newline at end of file +1111 + + +报到门项目图标替换:(前提是已经安装MinGW环境) +1.创建文本文件app.rc 内容是要替换的图标名称(1 ICON "icon.ico"), +2.执行编译命令‌:在根目录中cmd执行windres -i app.rc -O coff -o app.syso,会生成app.syso; +3.重新打包,生成的exe就是那个图标; \ No newline at end of file