Skip to content

Commit 6b020ac

Browse files
committed
Modified the build script to sort out the images for me.
1 parent a811529 commit 6b020ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
zip FormAlert.zip LICENSE css/ js/ options.html README.md images/ manifest.json
1+
# Copy the images to the right locations fo the Chrome extension (as specified in manifest.json).
2+
mkdir images
3+
cp promotional_images/icon.png images/fa_icon_128.png
4+
5+
# Create the archive for uploading.
6+
zip FormAlert.zip LICENSE css/* js/* options.html README.md images/* manifest.json
7+
8+
# Tidy up the images directory.
9+
rm -rf images

images/fa_icon_128.png

-9.61 KB
Binary file not shown.

0 commit comments

Comments
 (0)