diff --git a/justfile b/justfile index 277b697..b4a1a53 100644 --- a/justfile +++ b/justfile @@ -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