fix justfile
This commit is contained in:
parent
c8c95739b2
commit
b278239c16
1 changed files with 1 additions and 1 deletions
2
justfile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue