فهرست منبع

Moved Release and Staging under build dir

Key Networks 7 سال پیش
والد
کامیت
fdce206bcc
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  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'