uranium-template/distribute-template.sh

2 lines
369 B
Bash
Raw Normal View History

2022-09-25 15:00:09 +02:00
#!/bin/bash
2022-10-17 12:13:39 +02:00
zip -9 -r package-template.zip --exclude="*.git/*" --exclude="*template/.git*" --exclude="*.gitignore_local*" --exclude="*.gitmodules*" --exclude="*.typings*" --exclude="*template/docs*" --exclude="*README.md" --exclude="*.sm.auto*" --exclude="*.sm.old*" --exclude="*distribute-template.sh*" --exclude="*update-release.sh*" --exclude="*release.blank.lua*" .