Skip to content

Commit

Permalink
Merge pull request #5 from LinqLover/workaround/squeak-smalltalk/sque…
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Sep 6, 2021
2 parents babd384 + 584ba39 commit bb81897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prepareImage.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
Transcript showln: ('[Progress] {1}' format: {({ex messageText. ex extraParam}) joinSeparatedBy: $|}).
ex resume]).

self flag: #workaround. "Usually, this would not be necessary because we download the latest build from squeak.org, but currently, builds are failing. See https://github.com/squeak-smalltalk/squeak-app/issues/20 for more information."
MCMcmUpdater default doUpdate: false.

prepareScriptPath := Smalltalk commandLine arguments first.
postpareScriptPath := Smalltalk commandLine arguments second.

Expand Down

0 comments on commit bb81897

Please sign in to comment.