Why are neither my properties nor my application icon saved when I export my project?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Austin

Here are my settings:
enter image description here
None of the other tabs are modified.
I have set rcedit up according to the guide and I export without debug.

However, when I export it, I get this:
enter image description here

Am I doing something incorrectly or is this a bug?

EDIT: It turns out, you’re not allowed to use letters in file version/product version. Changing those to something like 0.0.0.0 fixed my issue.

:bust_in_silhouette: Reply From: Dooowy.

Dont use Characters in File Version
You cant use “prototype_v1.0” make sure the File Version is something like 0.9.1.0

You can read about proper versioning here Software-versioning - Wikipedia
Since you are still developing your game you should use the 0 mantissa.
Versions above beta will use 1 mantissa and versions on release will use 2 mantissa or greater.

Definition from Computer Science - Mantissa refers to the beginning digit of a number.
ex, The mantissa of “322” is “3”. More accurately the mantissa of an 8-bit octet signed is 1 for negative floats and 0 for positive floats.