[Solved] Game icon replacing other icon

So, for some reason, when you install a gdevelop game on your computer when you already have different game installed, the new game’s icon will replace the different game’s icon. The different game is still installed, you just have to go to your files and add the icon again.

Something similar here:

We don’t know yet why it’s happend.

The clues are heavily pointing towards having the same nsis app id. To prevent this, make sure you

  1. Have the latest version of GDevelop
  2. Have a unique project name
  3. Have a unique package name

A fix has been done for it in a recent version?

Since beta 107 the nsis ID is defined by the package name in project properties, as long as it is unique there should be no more issues

2 Likes