From abd82403d29f7263691565b91dca9549432c77da Mon Sep 17 00:00:00 2001 From: SRE Date: Tue, 6 Mar 2018 09:12:40 +0100 Subject: [PATCH] Addition of the last modifications for Windows --- commands/launcher.py | 1 + data/site.pyconf | 1 + 2 files changed, 2 insertions(+) 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" ] } -- 2.39.2