Fix osu!(lazer) overwriting osu!(stable) desktop icons by adding back a suffix

As discussed in https://github.com/ppy/osu/issues/13864, Squirrel will
use the product name before the title, allowing us to use this variable
to update the icon while not changing the window display title or naming
elsewhere.
This commit is contained in:
Dean Herbert 2021-07-19 11:38:28 +09:00
parent 856adfe6a3
commit e0af5f0469
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<Description>A free-to-win rhythm game. Rhythm is just a *click* away!</Description>
<AssemblyName>osu!</AssemblyName>
<Title>osu!</Title>
<Product>osu!</Product>
<Product>osu!(lazer)</Product>
<ApplicationIcon>lazer.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>0.0.0</Version>