summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/setup.sh b/setup.sh
index bb3c7c0..ff4fda9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,5 @@
#!/bin/bash
-export THREADS=${THREADS:-$(nproc)}
-
cd $(dirname $0)
git submodule update --init
@@ -10,8 +8,6 @@ pushd unrpyc
make install
popd
-./vencode.sh
-
trim() {
convert -trim "$@" "$@"
optipng -o7 "$@"
@@ -20,7 +16,6 @@ trim() {
trim www/dump/ui/bt-cf-unchecked.png
trim www/dump/ui/bt-cf-checked.png
-convert www/dump/ui/icon.png -resize 256x256 -transparent white www/favicon.ico
+make
-./iencode.sh
-./aencode.sh
+convert www/dump/ui/icon.png -resize 256x256 -transparent white www/favicon.ico