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 a811529 commit 6b020acCopy full SHA for 6b020ac
build.sh
@@ -1 +1,9 @@
1
-zip FormAlert.zip LICENSE css/ js/ options.html README.md images/ manifest.json
+# 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
0 commit comments