From: SRE Date: Tue, 6 Mar 2018 08:12:40 +0000 (+0100) Subject: Addition of the last modifications for Windows X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FWINDOWS;p=tools%2Fsat.git Addition of the last modifications for Windows --- diff --git a/commands/launcher.py b/commands/launcher.py index 3b33bfb..01ba03b 100644 --- a/commands/launcher.py +++ b/commands/launcher.py @@ -84,6 +84,7 @@ def generate_launch_file(config, additional_env['APPLI'] = filepath # Get the launcher template + profile_install_dir = profile_install_dir.replace("\\", "\\\\") withProfile = src.fileEnviron.withProfile.replace( "PROFILE_INSTALL_DIR", profile_install_dir ) before, after = withProfile.split( diff --git a/data/site.pyconf b/data/site.pyconf index 33a9050..4c0fa58 100644 --- a/data/site.pyconf +++ b/data/site.pyconf @@ -15,5 +15,6 @@ PROJECTS : { project_file_paths : [ +"C:\Users\salome\PROJET-SALOME-SAT5\salome.pyconf" ] }