From aed4e964cbefdb6b023093847a5ef327851c7941 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Tue, 19 Jun 2018 18:46:56 +0200 Subject: [PATCH] Improvement 335 - Move 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 | 4 ++++ 5 files changed, 8 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 (94%) 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 94% rename from app-template/scripts/sign-desktop-dist.sh rename to app-template/sign-desktop-dist.sh index 71a3cf199..54cfc933b 100644 --- a/app-template/scripts/sign-desktop-dist.sh +++ b/app-template/sign-desktop-dist.sh @@ -10,6 +10,10 @@ APP_PACKAGE=$1 APP_VERSION=$2 export DIST_PATH="dist" +## +# INIT GPG (YOU NEED THE PRIVATE KEY CONNECTED TO YOUR DESKTOP) +gpg --card-edit + ## # LINUX