Added cpl commands to compile
This commit is contained in:
parent
fa5157298c
commit
b3e0083633
@ -8,8 +8,13 @@
|
||||
"Scripts": {
|
||||
"build-start": "cpl build; cd dist/py_to_uxf/build/py_to_uxf; echo \"Starting:\"; bash py_to_uxf -p ./ -o uml.uxf",
|
||||
"build-start-test": "cpl build; cd dist/py_to_uxf/build/py_to_uxf; echo \"Starting:\"; bash py_to_uxf -p ../../../../sh_gismo/src -o gismo.uxf",
|
||||
"compile": "cd src/; pyinstaller --specpath ../dist/cspec --workpath ../dist/cbuild --distpath ../dist/cdist --add-data ../../src/py_to_uxf/appsettings.json:. --hidden-import pynput.keyboard._xorg --hidden-import pynput.mouse._xorg --hidden-import pyfiglet.fonts --collect-data pyfiglet -n py_to_uxf -y py_to_uxf/main.py; cd ../;",
|
||||
"compile-start": "cpl compile; cd dist/cdist/py_to_uxf; echo \"Starting:\"; ./py_to_uxf -p ../../../src -o uml.uxf; cd ../../../",
|
||||
"compile-start-test": "cpl compile; cd dist/cdist/py_to_uxf; echo \"Starting:\"; ./py_to_uxf -p ../../../../sh_gismo/src -o gismo.uxf; cd ../../../",
|
||||
"bs": "cpl build-start",
|
||||
"bst": "cpl build-start-test"
|
||||
"bst": "cpl build-start-test",
|
||||
"cs": "cpl compile-start",
|
||||
"cst": "cpl compile-start-test"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user