From 050f29cfca9c8f7db13078d3c093a1fd0299e0e7 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 26 Jun 2020 14:42:45 +0200 Subject: [PATCH] fix(windows): implementation structure (#200) --- 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 02c99f9..c96de85 100644 --- a/plugin.xml +++ b/plugin.xml @@ -51,7 +51,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