The application after installed does not display the splashscreen #711

Closed
opened 2026-01-29 16:46:27 +00:00 by claunia · 1 comment
Owner

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" },

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" }, `
claunia added the question label 2026-01-29 16:46:27 +00:00
Author
Owner

@noxish commented on GitHub (Oct 11, 2021):

i had the same problem, then i fixed it with moving to wwwroot like this

"splashscreen": {
   "imageFile": "/wwwroot/assets/img/splash.png"
 },

maybe this could work for you

"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 ``` "splashscreen": { "imageFile": "/wwwroot/assets/img/splash.png" }, ``` maybe this could work for you ``` "splashscreen": { "imageFile": "/Assets/logo192.png" }, ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#711