move my_app_name

This commit is contained in:
AJ ONeal 2017-11-07 04:21:33 -07:00
parent 041138f4b2
commit 278ba38398
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,8 @@ set -e
set -u
my_tmp=$(mktemp -d)
my_app_name=goldilocks
my_app_pkg_name=com.daplie.goldilocks.web
### IMPORTANT ###
### VERSION ###
@ -20,8 +22,6 @@ my_npm="$NPM_CONFIG_PREFIX/bin/npm"
my_app_name=goldilocks
my_app_pkg_name=com.daplie.goldilocks.web
my_app_dir=$my_tmp
my_app_dist=$my_tmp/opt/$my_app_name/lib/node_modules/$my_app_name/dist
git_base="https://git.daplie.com/Daplie/goldilocks.js.git"