Comment 1 for bug 2025020

Revision history for this message
hilaire (hilaire-fernandes) wrote :

Do:

In installation code application:
AppLauncher appGlobalName: DrGeoSystem appSelector: #checkForPaths

Add:
DrGeoSystem>>checkForPaths
   Transcript show: '[DrGeo] Paths checked'; cr.
   platform checkForPaths

Remove in checkForPaths in DrGplatform>>startUp