Files
i2p.firefox/buildscripts/unsigned.sh

15 lines
304 B
Bash
Raw Normal View History

#! /usr/bin/env bash
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/..
cd "$SCRIPT_DIR" || exit 1
. "$SCRIPT_DIR/config.sh"
2022-09-19 17:15:51 -04:00
if [ -f "$SCRIPT_DIR/config_override.sh" ]; then
. "$SCRIPT_DIR/config_override.sh"
fi
2023-01-23 16:50:03 +00:00
./buildscripts/clean.sh
wsl make distclean
2023-01-23 16:50:03 +00:00
./buildscripts/build.sh
wsl make