[squeak-dev] The Trunk: ReleaseBuilder-mt.218.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 18 09:16:37 UTC 2021


Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.218.mcz

==================== Summary ====================

Name: ReleaseBuilder-mt.218
Author: mt
Time: 18 November 2021, 10:16:36.998448 am
UUID: 300238f1-5d04-a54e-94e9-7f349f220b76
Ancestors: ReleaseBuilder-mt.217

Adds commentary about the balloon form.

=============== Diff against ReleaseBuilder-mt.217 ===============

Item was changed:
  ----- Method: ReleaseBuilder class>>getBalloonForm (in category 'scripts - ui') -----
  getBalloonForm
+ 	"Note that the CI will provide the file during image preparation. See:
+ 		- https://github.com/squeak-smalltalk/squeak-app/blob/squeak-trunk/icons/balloon.png
+ 		- https://github.com/squeak-smalltalk/squeak-app/actions"
  
  	^ (FileDirectory default fileExists: 'balloon.png')
  		ifFalse: [nil]
  		ifTrue: [Form fromFileNamed: 'balloon.png']!



More information about the Squeak-dev mailing list