diff --git a/src/PharoLauncher-Spec2/PhLDeploymentScript.class.st b/src/PharoLauncher-Spec2/PhLDeploymentScript.class.st index 6d5f5f12..bab503b8 100644 --- a/src/PharoLauncher-Spec2/PhLDeploymentScript.class.st +++ b/src/PharoLauncher-Spec2/PhLDeploymentScript.class.st @@ -168,7 +168,7 @@ PhLDeploymentScript class >> isDeployed [ PhLDeploymentScript class >> launcherStartUp [ self isDeployed ifFalse: [ ^ self ]. - Smalltalk isInteractive + Smalltalk isInteractiveGraphic ifTrue: [ self closeWindowsAndOpenLauncher ] ifFalse: [ PharoLauncherApplication default: PhLNotificationCenter default ] ]