Bump zip tool too
This commit is contained in:
parent
1151703620
commit
bfdf9c6dc6
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Output File
|
# Output File
|
||||||
ZIPFILE="{{ cookiecutter.project_type }} {{cookiecutter.number}}.zip"
|
ZIPFILE="{{ cookiecutter.class }} {{ cookiecutter.project_type }} {{cookiecutter.number}}.zip"
|
||||||
|
|
||||||
# List of known LaTeX build artifacts to exclude
|
# List of known LaTeX build artifacts to exclude
|
||||||
EXCLUDE_EXTENSIONS="*.aux *.log *.synctex.gz *.out *.toc *.bbl *.blg *.fls *.fdb_latexmk *.lof *.lot *.nav *.snm *.vrb"
|
EXCLUDE_EXTENSIONS="*.aux *.log *.synctex.gz *.out *.toc *.bbl *.blg *.fls *.fdb_latexmk *.lof *.lot *.nav *.snm *.vrb"
|
||||||
|
|
Loading…
Reference in New Issue