fr:develop:collaboration:dev:executable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
fr:develop:collaboration:dev:executable [2021/05/17 12:25] qroyerfr:develop:collaboration:dev:executable [2021/09/28 16:14] qroyer
Line 3: Line 3:
 ===== Windows ====== ===== Windows ======
  
-   pyinstaller tips/executables/habby.spec --distpath=build/pyinstaller --workpath=build/pyinstaller/temp +  pyinstaller tips/executables/habby.spec --distpath=build/pyinstaller --workpath=build/pyinstaller/temp 
-   robocopy biology build/pyinstaller/habby/biology /E > nul +  robocopy biology build/pyinstaller/habby/biology /E > nul 
-   robocopy doc build/pyinstaller/habby/doc /E > nul +  robocopy doc build/pyinstaller/habby/doc /E > nul 
-   robocopy model_hydro build/pyinstaller/habby/model_hydro /E > nul +  robocopy model_hydro build/pyinstaller/habby/model_hydro /E > nul 
-   robocopy translation build/pyinstaller/habby/translation /E > nul +  robocopy translation build/pyinstaller/habby/translation /E > nul 
-   robocopy file_dep build/pyinstaller/habby/file_dep /E > nul +  robocopy file_dep build/pyinstaller/habby/file_dep /E > nul 
-    +  :: setup file 
-   start "" /w "C:\Program Files (x86)\Inno Script Studio\isstudio.exe" -compile tips\executables\setup_from_pyinstaller.iss+  start "" /w "C:\Program Files (x86)\Inno Script Studio\isstudio.exe" -compile tips\executables\setup_from_pyinstaller.iss
  
 ===== Linux ===== ===== Linux =====
Line 20: Line 20:
    cp -r translation build/pyinstaller/habby/translation       cp -r translation build/pyinstaller/habby/translation   
    cp -r file_dep build/pyinstaller/habby/file_dep    cp -r file_dep build/pyinstaller/habby/file_dep
-   +   :: zip file
    zip -r build/pyinstaller/habby.zip build/pyinstaller/habby    zip -r build/pyinstaller/habby.zip build/pyinstaller/habby
  
  • fr/develop/collaboration/dev/executable.txt
  • Last modified: 2021/10/20 11:23
  • by qroyer