Moved Release and Staging under build dir

This commit is contained in:
Key Networks
2018-01-03 14:04:30 +08:00
parent b43b4317bb
commit fdce206bcc
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
set -eux -o pipefail
SRC_DIR=../src
PKG_DIR=../dist
BUILD_DIR=`pwd`
STAGING_DIR=../staging
PKG_DIR=Release
STAGING_DIR=Staging
NAME='ztncui'
DESCRIPTION='ZeroTier network controller user interface'