awtk/docs/how_set_app_icon.md
2022-07-05 17:10:18 +08:00

18 lines
398 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 如何设置应用程序的图标
## 1. Windows
### 1.1 将应用程序的资源放到应用程序目录下的下列位置:
```
win32_res/awtk.res
```
### 1.2 资源的生成方法
可以在awtk/win32\_res基础之上修改也可以完全自己制作。
### 1.3 参考
* [如何修改 Windows 下应用程序的图标](https://github.com/zlgopen/awtk/blob/master/win32_res/README.md)