fix justfile

main
Fabien Freling 2022-02-18 13:21:03 +01:00
parent c8c95739b2
commit b278239c16
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ callgrind: build-cli
archive: #generate-build
git clean -xf src/
rm --force {{exe_cli}} {{exe_gui}}
git archive --add-file={{build_sh}} --output={{name}}.zip --prefix={{name}}/ HEAD
git archive --output={{name}}.zip --prefix={{name}}/ HEAD