From a3a9c349c79d9acace3913a5eaa6637e39a889af Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Thu, 21 Jun 2018 10:18:17 +0900 Subject: [PATCH] 335 - Improvement - Move script's files. --- app-template/apply.js | 8 ++++---- app-template/{scripts => }/create-dmg-dist.sh | 0 app-template/{scripts => }/create-others-dist.sh | 0 app-template/{scripts => }/create-pkg-dist.sh | 0 app-template/{scripts => }/sign-desktop-dist.sh | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename app-template/{scripts => }/create-dmg-dist.sh (100%) rename app-template/{scripts => }/create-others-dist.sh (100%) rename app-template/{scripts => }/create-pkg-dist.sh (100%) rename app-template/{scripts => }/sign-desktop-dist.sh (100%) diff --git a/app-template/apply.js b/app-template/apply.js index f763602fd..143cf57a8 100755 --- a/app-template/apply.js +++ b/app-template/apply.js @@ -11,10 +11,10 @@ var templates = { 'ionic.config.json': '/', '.desktop': 'webkitbuilds/', 'setup-win.iss': 'webkitbuilds/', - 'scripts/create-dmg-dist.sh': 'webkitbuilds/', - 'scripts/create-others-dist.sh': 'webkitbuilds/', - 'scripts/create-pkg-dist.sh': 'webkitbuilds/', - 'scripts/sign-desktop-dist.sh': 'webkitbuilds/', + 'create-dmg-dist.sh': 'webkitbuilds/', + 'create-others-dist.sh': 'webkitbuilds/', + 'create-pkg-dist.sh': 'webkitbuilds/', + 'sign-desktop-dist.sh': 'webkitbuilds/', 'manifest.json': 'chrome-app/', // 'bower.json': '/', }; diff --git a/app-template/scripts/create-dmg-dist.sh b/app-template/create-dmg-dist.sh similarity index 100% rename from app-template/scripts/create-dmg-dist.sh rename to app-template/create-dmg-dist.sh diff --git a/app-template/scripts/create-others-dist.sh b/app-template/create-others-dist.sh similarity index 100% rename from app-template/scripts/create-others-dist.sh rename to app-template/create-others-dist.sh diff --git a/app-template/scripts/create-pkg-dist.sh b/app-template/create-pkg-dist.sh similarity index 100% rename from app-template/scripts/create-pkg-dist.sh rename to app-template/create-pkg-dist.sh diff --git a/app-template/scripts/sign-desktop-dist.sh b/app-template/sign-desktop-dist.sh similarity index 100% rename from app-template/scripts/sign-desktop-dist.sh rename to app-template/sign-desktop-dist.sh