From bfdf9c6dc6c86ca3fbc5a94a52f58fa338ba56a2 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 24 Feb 2025 12:10:17 -0500 Subject: [PATCH] Bump zip tool too --- .../package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_type }} {{ cookiecutter.number }}/package.sh b/{{ cookiecutter.project_type }} {{ cookiecutter.number }}/package.sh index 201095f..2d83e54 100755 --- a/{{ cookiecutter.project_type }} {{ cookiecutter.number }}/package.sh +++ b/{{ cookiecutter.project_type }} {{ cookiecutter.number }}/package.sh @@ -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"