Our game title includes an ampersand. When I right click the game, the menu item that should read Launch Bits & Bops instead reads Launch Bits Bops (there are two spaces between "Bits" and "Bops", but GitHub appears to collapse them).
The ampersand is used to define the shortcut key. Pressing space when this menu is open launches the game, since it's being parsed as Bits (& )Bops).
I believe the fix is to double the ampersand to get a literal ampersand, i.e. Bits && Bops.

Versions:
Thanks!