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
.gitignore vendored
View File

@ -1,3 +1 @@
dist/
staging/
*.swp

2
build/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Release/
Staging/

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'