mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
The application after installed does not display the splashscreen #711
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TiagoBrazSantos on GitHub (Oct 8, 2021).
When I run the application from the command terminal it displays the splashscreen normally. If I run the application that is installed, the image is not displayed. Are there any other settings that need to be done other than the manifest file?
"splashscreen": { "imageFile": "../../../Assets/logo192.png" },@noxish commented on GitHub (Oct 11, 2021):
i had the same problem, then i fixed it with moving to wwwroot like this
maybe this could work for you