Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| fr:develop:collaboration:dev:executable [2021/10/20 11:23] – qroyer | fr:develop:collaboration:dev:executable [2026/06/03 17:03] (current) – ylecoarer | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * Installer Inno Setup à partir de ce lien https:// | * Installer Inno Setup à partir de ce lien https:// | ||
| - | ==== Step-by-step | + | ==== Windows |
| - | | + | C:\habby_dev\habby\tips\executables\habby_to_exe_to_setup_pyinstaller.cmd |
| - | robocopy biology build/ | + | |
| - | robocopy doc build/ | + | |
| - | robocopy model_hydro build/ | + | |
| - | robocopy translation build/ | + | |
| - | robocopy file_dep build/ | + | |
| - | :: setup file | + | |
| - | start "" | + | |
| ===== Linux ===== | ===== Linux ===== | ||
| - | | + | |
| - | cp -r biology build/ | + | |
| - | cp -r doc build/ | + | |
| - | cp -r model_hydro build/ | + | |
| - | cp -r translation build/ | + | |
| - | cp -r file_dep build/ | + | |
| - | :: zip file | + | |
| - | zip -r build/ | + | |
| ===== Mac ===== | ===== Mac ===== | ||