aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e954ce8..60c1863 100755
--- a/build.sh
+++ b/build.sh
@@ -194,7 +194,7 @@ set_browser() {
main() {
set_browser "$1"
-
+
# placate importers of these, as they are exported by the yet-to-be-created exports_init.js
EXPORTS__browser=exports_init.js
EXPORTS__is_chrome=exports_init.js
@@ -299,7 +299,9 @@ $(map_get EXPORTCODES $FILEKEY)
echo "window.killtheweb={is_mozilla: true, browser: this.browser};" > $BUILDDIR/exports_init.js
fi
- cp -r icons/ copyright licenses/ $BUILDDIR
+ cp -r copyright licenses/ $BUILDDIR
+ mkdir $BUILDDIR/icons
+ cp icons/*.png $BUILDDIR/icons
}
main "$@"