You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Door/新建文本文档 (2).txt

12 lines
479 B
Plaintext

4 weeks ago
模板 -200 列席 中国共产党 2
李四 1006 列席 中国共产党 2
张三 1005 列席 中国共产党 2
王五 1007 列席 中国共产党 1
1111
报到门项目图标替换前提是已经安装MinGW环境
1.创建文本文件app.rc 内容是要替换的图标名称1 ICON "icon.ico"
2.执行编译命令在根目录中cmd执行windres -i app.rc -O coff -o app.syso会生成app.syso
3.重新打包生成的exe就是那个图标