We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01073f0 commit cf95f12Copy full SHA for cf95f12
scripts/build_image.sh
@@ -38,7 +38,7 @@ mv Squeak-6.0/shared/SqueakV60.sources .
38
39
print_info "Preparing image..."
40
EXIT_STATUS=0
41
-Squeak-trunk/bin/squeak $COG_VM_PARAM "${DEPLOY_IMAGE}" "../scripts/prepare_image.st" || EXIT_STATUS=$?
+Squeak-6.0/bin/squeak $COG_VM_PARAM "${DEPLOY_IMAGE}" "../scripts/prepare_image.st" || EXIT_STATUS=$?
42
43
if [[ $EXIT_STATUS -eq 0 ]]; then
44
zip "${DEPLOY_PACKAGE}" *.image *.changes *.sources
0 commit comments