소스 검색

- Fixed pkg.sh script final cwd

Parad0x 6 년 전
부모
커밋
457ebf151e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pkg.sh

+ 2 - 0
pkg.sh

@@ -70,6 +70,8 @@ if [ -e $NAPI-linux-node_sqlite3.node ]; then
 mv $NAPI-linux-node_sqlite3.node ../builds/linux/node_sqlite3.node
 fi
 
+cd ..
+
 # pkg \
 #   -t latest-linux-x64,latest-windows-x64,latest-mac-x64 \
 #   --out-path builds \