diff --git a/.gitignore b/.gitignore index ce1e72e..e77685f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ # 查看更多 .gitignore 配置 -> https://help.github.com/articles/ignoring-files/ /build/opt/agt/docker/agt/jar/agt-server.jar /build/opt/agt/docker/nginx/html/dist/ +*.deb diff --git a/deb-build.sh b/deb-build.sh index 5b14ba5..aa74b95 100644 --- a/deb-build.sh +++ b/deb-build.sh @@ -1,2 +1,3 @@ #!/bin/sh +chmod +x build/opt/agt/bin/start.sh dpkg-deb --build build agt-1.1.0-$(date +"%Y%m%d")-ub22.deb