Quote:
Originally Posted by Cesar82
If you need a different icon for your desktop shortcut, add an icon file named Icon.ico to your game folder ({app}) before compressing it, or remove the code part indicated below from your script (this way, the icon used will always be the one from your game executable).
Code:
IconFileName: "{src}\Icon.ico";
|
Thank you.
I performed the same step you mentioned,
but it didn't work.