mirror of
https://github.com/key-networks/ztncui.git
synced 2024-08-31 04:28:00 +00:00
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
|
*.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
|
set -eux -o pipefail
|
||||||
|
|
||||||
SRC_DIR=../src
|
SRC_DIR=../src
|
||||||
PKG_DIR=../dist
|
|
||||||
BUILD_DIR=`pwd`
|
BUILD_DIR=`pwd`
|
||||||
STAGING_DIR=../staging
|
PKG_DIR=Release
|
||||||
|
STAGING_DIR=Staging
|
||||||
|
|
||||||
NAME='ztncui'
|
NAME='ztncui'
|
||||||
DESCRIPTION='ZeroTier network controller user interface'
|
DESCRIPTION='ZeroTier network controller user interface'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user