installer

 

LevelPlayingField-LauncherLaunch

Page history last edited by Ken Causey 1 yr ago

Installer mantis fixBug: '6086 Improved Line End Convention Specification'.

 

Installer squeaksource project:'Installer';

install: 'Installer-Launcher'.

 

Installer mantis fixBug: '5851 Refactor SmalltalkImage saveAs'.

 

Transcript cr; cr; show:'You now have a level playing field.'.

Transcript cr; cr; show:'Launcher now processing additional commandline parameters...'.

(Smalltalk at: #Launcher) new

actionSelector: #launchFrom: ;

image: SmalltalkImage current;

commandLineClass: Launcher;

beFirstTime;

begin;

yourself.

Comments (0)

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