Salome HOME
Fix return statement for 'salome context'
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index 8be859e644944a2eee4ba17f2eaa41bb0941d632..ead5db50c4044fbfcbbd39608e5913f690008284 100755 (executable)
@@ -28,15 +28,12 @@ ADD_SUBDIRECTORY(tests)
 SET(SCRIPTS
   envd
   runRemote.sh
-  runAppli
-  runConsole
-  runSession
-  runSalomeScript
   .bashrc
   getAppliPath.py
   update_catalogs.py
   kill_remote_containers.py
-  salome # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
+  .salome_run # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
+  salome # this is the Python wrapper (without .py extension to avoid conflicts when importing salome python package)
   salome_starter.py
   .salome-completion.sh
 )