fix(windows): implementation structure (#200)

This commit is contained in:
Jan Piotrowski
2020-06-26 14:42:45 +02:00
committed by GitHub
parent b893339a98
commit 050f29cfca
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<!-- windows --> <!-- windows -->
<platform name="windows"> <platform name="windows">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> <js-module src="src/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<runs /> <runs />
</js-module> </js-module>
</platform> </platform>