fixed script generator path
This commit is contained in:
parent
8461a585ad
commit
cd27cde101
2 changed files with 3 additions and 4 deletions
|
|
@ -8,12 +8,11 @@ BASENAME=`basename $ROOTDIR`
|
|||
if [ $BASENAME = "util" ]; then
|
||||
# Moving to root path
|
||||
cd ../
|
||||
ROOTDIR=`pwd`
|
||||
fi
|
||||
|
||||
# Configs
|
||||
APPDIR="$ROOTDIR/webapp"
|
||||
CHROMEDIR="$ROOTDIR/chrome-extension"
|
||||
APPDIR="./webapp"
|
||||
CHROMEDIR="./chrome-extension"
|
||||
|
||||
LIBDIR="$APPDIR/lib"
|
||||
DOWNLOADDIR="$APPDIR/download"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue