Salome HOME
rename salome.py into run_salome.py
[tools/SALOME.git] / bin / CMakeLists.txt
index 3039ff3c5be5f66b7d60efd19469a3e20735207f..f4ab37a853e863aa7ce1aa705b5cab1b6b87b48d 100644 (file)
@@ -24,7 +24,7 @@
 # These files are executable scripts
 SET(SCRIPTS
   start_salome.py  # light python launcher
-  salome.py        # python launcher with context api relying on runSalome.py
+  run_salome.py        # python launcher with context api relying on runSalome.py
   )
 
 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_PYTHON})