You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/06/26 12:42:51 UTC

[cordova-plugin-splashscreen] branch master updated: fix(windows): implementation structure (#200)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git


The following commit(s) were added to refs/heads/master by this push:
     new 050f29c  fix(windows): implementation structure (#200)
050f29c is described below

commit 050f29cfca9c8f7db13078d3c093a1fd0299e0e7
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jun 26 14:42:45 2020 +0200

    fix(windows): implementation structure (#200)
---
 plugin.xml                                | 2 +-
 {www => src}/windows/SplashScreenProxy.js | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin.xml b/plugin.xml
index 02c99f9..c96de85 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -51,7 +51,7 @@
 
     <!-- windows -->
     <platform name="windows">
-        <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
+        <js-module src="src/windows/SplashScreenProxy.js" name="SplashScreenProxy">
             <runs />
         </js-module>
     </platform>
diff --git a/www/windows/SplashScreenProxy.js b/src/windows/SplashScreenProxy.js
similarity index 100%
rename from www/windows/SplashScreenProxy.js
rename to src/windows/SplashScreenProxy.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org