Moved Release and Staging under build dir
This commit is contained in:
parent
b43b4317bb
commit
fdce206bcc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1 @@
|
||||
dist/
|
||||
staging/
|
||||
*.swp
|
||||
|
2
build/.gitignore
vendored
Normal file
2
build/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
Release/
|
||||
Staging/
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user