Bump zip tool too

This commit is contained in:
Kenwood 2025-02-24 12:10:17 -05:00
parent 1151703620
commit bfdf9c6dc6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# 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
EXCLUDE_EXTENSIONS="*.aux *.log *.synctex.gz *.out *.toc *.bbl *.blg *.fls *.fdb_latexmk *.lof *.lot *.nav *.snm *.vrb"