Skip to content

Commit

Permalink
Add balloon icon which is loaded into an image
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Aug 17, 2016
1 parent 82b7b80 commit c84b9c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added icons/balloon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions prepare_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
unzip -q "${TMP_DIR}/base.zip" -d "${TMP_DIR}/"
mv "${TMP_DIR}/"*.image "${TMP_DIR}/Squeak.image"
mv "${TMP_DIR}/"*.changes "${TMP_DIR}/Squeak.changes"
mv "${ICONS_DIR}/balloon.png" "${TMP_DIR}/balloon.png"

echo "...launching, updating, and configuring Squeak..."
"${TMP_DIR}/${VM_BUILD}/CogSpur.app/Contents/MacOS/Squeak" "-exitonwarn" \
Expand Down

0 comments on commit c84b9c5

Please sign in to comment.