Ticket #538 (closed defect: fixed)
Atlas has wrong icon in Start menu
| Reported by: | Philip | Owned by: | |
|---|---|---|---|
| Priority: | Nice to Have | Milestone: | |
| Component: | Non-game systems | Keywords: | simple, review |
| Cc: |
Description
See source/tools/dist/0ad.nsi (NSIS installer script). It adds the map editor to the Start menu, and attempts to use AtlasUI.dll's icon, but that file has no icon. We need to somehow get it to use the right icon (currently found in binaries/data/tools/atlas/icons/ScenarioEditor.ico), either by associating that icon with the DLL or by using that icon by itself.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

How about simple changing of this line:
to:
in source/tools/dist/0ad.nsi?
It looks working properly.