Skip to content

Commit

Permalink
ci: fix path of squeak vm
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Apr 14, 2023
1 parent 65f692c commit 0555c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unzip -q $BASE.zip
rm "$BASE.zip"

print_info "Preparing $BASE image..."
$BASE_SHARED/Contents/Linux-x86_64/bin/squeak $COG_VM_PARAM "$BASE_SHARED/Contents/Resources/Squeak6.0-22104-64bit.image" "$(pwd)/../scripts/prepare_image.st" || EXIT_STATUS=$?
$BASE_SHARED/Contents/Linux-x86_64/squeak $COG_VM_PARAM "$BASE_SHARED/Contents/Resources/Squeak6.0-22104-64bit.image" "$(pwd)/../scripts/prepare_image.st" || EXIT_STATUS=$?

print_info "Zipping package ..."
if [[ $EXIT_STATUS -eq 0 ]]; then
Expand Down

0 comments on commit 0555c00

Please sign in to comment.