fr:develop:collaboration:dev:executable

This is an old revision of the document!


Création d'un executable HABBY

 pyinstaller habby.spec --distpath=build/pyinstaller --workpath=build/pyinstaller/temp
 robocopy biology build/pyinstaller/habby/biology /E > nul
 robocopy doc build/pyinstaller/habby/doc /E > nul
 robocopy model_hydro build/pyinstaller/habby/model_hydro /E > nul
 robocopy translation build/pyinstaller/habby/translation /E > nul
 robocopy file_dep build/pyinstaller/habby/file_dep /E > nul
 pyinstaller habby.spec --distpath=build/pyinstaller --workpath=build/pyinstaller/temp
 cp -r biology build/pyinstaller/habby/biology
 cp -r doc build/pyinstaller/habby/doc
 cp -r model_hydro build/pyinstaller/habby/model_hydro
 cp -r translation build/pyinstaller/habby/translation   
 cp -r file_dep build/pyinstaller/habby/file_dep

FIXME

  • fr/develop/collaboration/dev/executable.1619183722.txt.gz
  • 2021/04/23 15:15
  • qroyer