mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-06 18:23:44 +02:00
Moved Release and Staging under build dir
This commit is contained in:
parent
b43b4317bb
commit
fdce206bcc
3 changed files with 4 additions and 4 deletions
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…
Add table
Reference in a new issue