Improvement 335 - Move files
This commit is contained in:
parent
b627e14587
commit
aed4e964cb
5 changed files with 8 additions and 4 deletions
|
|
@ -11,10 +11,10 @@ var templates = {
|
||||||
'ionic.config.json': '/',
|
'ionic.config.json': '/',
|
||||||
'.desktop': 'webkitbuilds/',
|
'.desktop': 'webkitbuilds/',
|
||||||
'setup-win.iss': 'webkitbuilds/',
|
'setup-win.iss': 'webkitbuilds/',
|
||||||
'scripts/create-dmg-dist.sh': 'webkitbuilds/',
|
'create-dmg-dist.sh': 'webkitbuilds/',
|
||||||
'scripts/create-others-dist.sh': 'webkitbuilds/',
|
'create-others-dist.sh': 'webkitbuilds/',
|
||||||
'scripts/create-pkg-dist.sh': 'webkitbuilds/',
|
'create-pkg-dist.sh': 'webkitbuilds/',
|
||||||
'scripts/sign-desktop-dist.sh': 'webkitbuilds/',
|
'sign-desktop-dist.sh': 'webkitbuilds/',
|
||||||
'manifest.json': 'chrome-app/',
|
'manifest.json': 'chrome-app/',
|
||||||
// 'bower.json': '/',
|
// 'bower.json': '/',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,10 @@ APP_PACKAGE=$1
|
||||||
APP_VERSION=$2
|
APP_VERSION=$2
|
||||||
export DIST_PATH="dist"
|
export DIST_PATH="dist"
|
||||||
|
|
||||||
|
##
|
||||||
|
# INIT GPG (YOU NEED THE PRIVATE KEY CONNECTED TO YOUR DESKTOP)
|
||||||
|
gpg --card-edit
|
||||||
|
|
||||||
##
|
##
|
||||||
# LINUX
|
# LINUX
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue