Revision 6247f163
Added by koszko about 2 years ago
| build.sh | ||
|---|---|---|
| 291 | 291 |
cp html/*.css $BUILDDIR/html |
| 292 | 292 |
mkdir $BUILDDIR/icons |
| 293 | 293 |
cp icons/*.png $BUILDDIR/icons |
| 294 |
|
|
| 295 |
if [ "$BROWSER" = "chromium" ]; then |
|
| 296 |
for MOZILLA_FILE in $(find $BUILDDIR -name "MOZILLA_*"); do |
|
| 297 |
echo > "$MOZILLA_FILE" |
|
| 298 |
done |
|
| 299 |
fi |
|
| 300 |
if [ "$BROWSER" = "mozilla" ]; then |
|
| 301 |
for CHROMIUM_FILE in $(find $BUILDDIR -name "CHROMIUM_*"); do |
|
| 302 |
echo > "$CHROMIUM_FILE" |
|
| 303 |
done |
|
| 304 |
fi |
|
| 294 | 305 |
} |
| 295 | 306 |
|
| 296 | 307 |
main "$@" |
Also available in: Unified diff
enable toggling of global script blocking policy\n\nThis commit also introduces `light_storage' module which is later going to replace the storage code we use right now.\nAlso included is a hack to properly display scrollbars under Mozilla (needs testing on newer Mozilla browsers).