You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/03 23:25:34 UTC

[cordova-plugin-splashscreen] 01/01: move windows splashscreenproxy to correct location

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

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

commit b1fc4a92742ed00a6641e37f2380dd444e62f00a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat May 4 01:25:22 2019 +0200

    move windows splashscreenproxy to correct location
---
 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 fea1a57..a25821e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -68,7 +68,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