diff --git a/www/windows8/SplashScreenProxy.js b/www/windows8/SplashScreenProxy.js index a9660e9..42068dd 100644 --- a/www/windows8/SplashScreenProxy.js +++ b/www/windows8/SplashScreenProxy.js @@ -69,7 +69,7 @@ var SplashScreen = { localSplash.style.position = "absolute"; localSplashImage = document.createElement("img"); - localSplashImage.src = "img/splashscreen.png"; + localSplashImage.src = "ms-appx:///images/splashscreen.png"; localSplashImage.style.position = "absolute"; updateImageLocation();