aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7b01000..60c1863 100755
--- a/build.sh
+++ b/build.sh
@@ -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 "$@"