Skip to content

Commit 23c2323

Browse files
author
Peter Lohse
committed
Buildscript
1 parent 21978a1 commit 23c2323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ do
99
done
1010

1111
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
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!.php_cs.dist -x!.github -x!ts -x!node_modules -x!package-lock.json -x!package.json -x!tsconfig.json
1313

1414
for i in "${PACKAGE_TYPES[@]}"
1515
do

0 commit comments

Comments
 (0)