Pyinstaller
This commit is contained in:
parent
95695f6626
commit
343c32b8c1
2 changed files with 5 additions and 9 deletions
5
Makefile
5
Makefile
|
|
@ -5,6 +5,8 @@ ifeq (run,$(firstword $(MAKECMDGOALS)))
|
|||
$(eval $(RUN_ARGS):;@:)
|
||||
endif
|
||||
|
||||
.PHONY: all build run test
|
||||
|
||||
# code quality
|
||||
all: black typehint lint
|
||||
|
||||
|
|
@ -24,8 +26,9 @@ test:
|
|||
rye run coverage report
|
||||
|
||||
# build
|
||||
#rye run pyinstaller src/stacosys/run.py --name stacosys --onefile
|
||||
build:
|
||||
rye run pyinstaller stacosys.spec
|
||||
rye run pyinstaller --clean stacosys.spec
|
||||
|
||||
# run
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue