Skip to content

Commit

Permalink
Fix hatch script for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
  • Loading branch information
sylvlecl committed Aug 29, 2024
1 parent 88e3d32 commit adbdd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_antares_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "INFO: Generating the Installer..."
pushd ${INSTALLER_DIR}
if [[ "$OSTYPE" == "msys"* ]]; then
# For windows we build the GUI version
hatch run pyinstaller:build_cli AntaresWebInstaller
hatch run pyinstaller:build_gui AntaresWebInstaller
mv dist/AntaresWebInstaller ${DIST_DIR}
else
# For linux we build the command line version
Expand Down

0 comments on commit adbdd6a

Please sign in to comment.