The Trunk: ReleaseBuilder-mt.251.mcz
[email protected] Mon, 27 Jul 2026 13:52:50 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk: http://source.squeak.org/trunk/ReleaseBuilder-mt.251.mcz ==================== Summary ==================== Name: ReleaseBuilder-mt.251 Author: mt Time: 27 July 2026, 3:52:50.487457 pm UUID: bce32d9f-e49c-1149-8810-58687aa52c2c Ancestors: ReleaseBuilder-mt.250 Have Objectland only a click away on first launch. =============== Diff against ReleaseBuilder-mt.250 =============== Item was changed: ----- Method: ReleaseBuilder class>>prepareEnvironment (in category 'preparing') ----- prepareEnvironment "Prepare everything that should be done for a new image build. Clear caches, passwords, etc. Note that this will be called automatically in the CI on github.com/squeak-smalltalk/squeak-app." | balloon | self clearCaches; configureProjects; configureTools; setPreferences; clearPreferenceCaches; configureDesktop. balloon := self getBalloonForm. "Get now because later the file might be missing." DeferredTask := [ self openWelcomeWorkspacesWith: balloon. + ObjectlandMorph openObjectlandStarter. PreferenceWizardMorph open]. "If you save-and-quit the image after calling #prepareEnvironment, ensure that the next image startup will be fast." Project current world doOneCycle. Display platformScaleFactor: 1.0.! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]