We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21978a1 commit 23c2323Copy full SHA for 23c2323
1 file changed
make.sh
@@ -9,7 +9,7 @@ do
9
done
10
11
rm -rf ${PACKAGE_NAME}.tar ${PACKAGE_NAME}.tar.gz
12
-7z a -ttar -mx=9 ${PACKAGE_NAME}.tar ./* -x!acptemplates -x!files -x!templates -x!${PACKAGE_NAME}.tar -x!${PACKAGE_NAME}.tar.gz -x!.git -x!.gitignore -x!make.sh -x!make.bat -x!.phpcs.xml -x!.github -x!ts -x!node_modules -x!package-lock.json -x!package.json -x!tsconfig.json
+7z a -ttar -mx=9 ${PACKAGE_NAME}.tar ./* -x!acptemplates -x!files -x!templates -x!${PACKAGE_NAME}.tar -x!${PACKAGE_NAME}.tar.gz -x!.git -x!.gitignore -x!make.sh -x!make.bat -x!.phpcs.xml -x!.php_cs.dist -x!.github -x!ts -x!node_modules -x!package-lock.json -x!package.json -x!tsconfig.json
13
14
for i in "${PACKAGE_TYPES[@]}"
15
do
0 commit comments