Skip to content

Commit

Permalink
Install latest Trunk updates manually
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Sep 6, 2021
1 parent babd384 commit 584ba39
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 584ba39

Please sign in to comment.