Parcourir la source

Moved Release and Staging under build dir

Key Networks il y a 7 ans
Parent
commit
fdce206bcc
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 0 2
      .gitignore
  2. 2 0
      build/.gitignore
  3. 2 2
      build/build.sh

+ 0 - 2
.gitignore

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

+ 2 - 0
build/.gitignore

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

+ 2 - 2
build/build.sh

@@ -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'