# icns

**URL:** https://discourse.cmake.org/t/icns/3727
**Category:** Usage
**Tags:** os:macos
**Created:** [July 11, 2021, 4:43am UTC](https://discourse.cmake.org/t/icns/3727 "2021-07-11T04:43:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![alice](https://discourse.cmake.org/user_avatar/discourse.cmake.org/alice/32/1615_2.png) [@alice](https://discourse.cmake.org/u/alice)
#### Post date: [July 11, 2021, 4:43am UTC](https://discourse.cmake.org/t/icns/3727/1 "2021-07-11T04:43:58Z")

</div>

I create a dmg and double it to install.  
Then it will show the Application finder and the exe that I create.  
How to set the exe icns in the Application？

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.cmake.org/u/ben.boeckel)
#### Post date: [July 13, 2021, 2:05pm UTC](https://discourse.cmake.org/t/icns/3727/2 "2021-07-13T14:05:26Z")

</div>

You can set the [`MACOSX_BUNDLE_INFO_PLIST`](https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html?highlight=macosx_bundle_icon_file) property. There are others listed in that file for what is available.
