mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
* BugFix: Correct applications built on Windows or OSX not having icons.
This commit is contained in:
parent
f395c7d9ee
commit
688f201011
2 changed files with 23 additions and 11 deletions
|
|
@ -40,8 +40,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_ICON1 ICON DISCARDABLE "torque.ico"
|
||||
IDI_ICON2 ICON DISCARDABLE "torque.ico"
|
||||
IDI_ICON1 ICON DISCARDABLE "@APPLICATION_ICON_PATH@"
|
||||
IDI_ICON2 ICON DISCARDABLE "@APPLICATION_ICON_PATH@"
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue