Skip to content

Commit

Permalink
screenshots: fix scale factor for 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Dec 28, 2023
1 parent 43399c3 commit 4bf73a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/buildScreenshots.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Smalltalk globals at: #CIPrepareImageDirectory put: (FileDirectory forFileName:
Transcript showln: 'Done.'; cr.

Transcript showln: 'Creating screenshots...'.
Display uiScaleFactor: 1.0; flag: #workaround. "smalltalkCI: default scale factor in Squeak64-6.0 image is wrong (https://github.com/hpi-swa/smalltalkCI/issues/569)"
errors := (Smalltalk classNamed: #TDBScreenshotBuilder) createScreenshots.
Transcript showln: (('Done with {1} error' asPluralBasedOn: errors) format: {errors size}) , '.'; cr.

Expand Down

1 comment on commit 4bf73a1

@github-actions
Copy link
Contributor

Please sign in to comment.