installer

 

LevelPlayingField-Postscript

Page history last edited by keith_hodges 9 mos ago

Installer upgrade.

 

Smalltalk organization removeSystemCategory: 'Monticello-Tests'.

(MCPackage named: 'Monticello') workingCopy unregister.

(MCPackage named: 'PackageInfo') workingCopy unregister.

(MCPackage named: 'MonticelloConfigurations') workingCopy unregister.

 

SystemOrganization removeEmptyCategories.

 

MCMethodDefinition freeSomeSpace.

MCFileBasedRepository freeSomeSpace.

DataStream initialize.

 

Transcript show: 'Postscript: Squeakmap Update '.

 

[ Installer sm update ] ifError: [ Transcript show: '(Squeakmap not installed)'.].

 

Installer install:'LevelPlayingField-LauncherLaunch'.

(Delay forSeconds: 2) wait.

Comments (0)

You don't have permission to comment on this page.