如何在打包windows版时给exe设置图标?
renpy吧
全部回复
仅看楼主
level 8
如题
2015年11月29日 11点11分 1
level 11
There are two files that can be included in your game's base directory to customize the build.
icon.ico The icon that is used on Windows.
icon.icns The icon that is used on Macintosh.
These icon files much be in specific formats. You'll need to use a program or web service (such ashttp://iconverticons.com/ ) to convert them.
大意就是在base目录里面的icon.ico和icon.icns会自动被识别为在Win和Mac上面使用的图标文件
2015年12月02日 15点12分 2
感谢!
2015年12月02日 15点12分
1