View Single Post
  #33  
Old 08-09-2026, 18:58
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,081
Thanks: 1,844
Thanked 2,317 Times in 791 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by nsaer View Post
No. I didn't forget anything. But it seems there's a programming error. I hope the experts can fix the problem.
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"; 
Reply With Quote