From b1fc4a92742ed00a6641e37f2380dd444e62f00a Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Sat, 4 May 2019 01:25:22 +0200 Subject: [PATCH] move windows splashscreenproxy to correct location --- plugin.xml | 2 +- {www => src}/windows/SplashScreenProxy.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {www => src}/windows/SplashScreenProxy.js (100%) diff --git a/plugin.xml b/plugin.xml index fea1a57..a25821e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -68,7 +68,7 @@ - + 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