-
-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PublishSingleFile removes icon #2304
Comments
edit: never mind, it's set by default in the game template. It does feel like a .NET issue, not a Stride specific one. |
idk if its relevant but in a .NET 8 WPF build it doesnt happen |
Workaround: publish with SDL, the bug seems exclusive to Windows Forms builds. You can do this by opening the App.cs file in your Windows project and changing |
Fullscreen doesnt work on SDL (but the icons show hehe)
|
Ah that's right, I forgot about that. I believe the SDL fullscreen bug is being tackled here, |
Release Type: Official Release
Version: 4.2.0.2149
Platform(s): Windows
Describe the bug
When publishing a game with
<PublishSingleFile>true</PublishSingleFile>
the icon does not appear in the title bar nor the task bar of Windows.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The default icon should me visible in the title bar and the task bar.
Screenshots
Additional context
The build works as expected, except for the icon.
The build works as expected when PublishSingleFile is set to false.
The .exe shows the icon as expected.
Changing the icon does nothing.
Seting the .ico as resource and/or including it in the publish folder does nothing.
This a simple publish profile:
The text was updated successfully, but these errors were encountered: