fix justfile
This commit is contained in:
parent
c8c95739b2
commit
b278239c16
2
justfile
2
justfile
|
@ -46,4 +46,4 @@ callgrind: build-cli
|
||||||
archive: #generate-build
|
archive: #generate-build
|
||||||
git clean -xf src/
|
git clean -xf src/
|
||||||
rm --force {{exe_cli}} {{exe_gui}}
|
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
|
||||||
|
|
Loading…
Reference in a new issue