summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-11-26 19:31:12 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2013-11-26 19:31:12 -0500
commit9d86b215eb990ca52af89c94776dae24f4463e46 (patch)
treeb698cc173349883d2735e4154e392a4898b53d61 /setup.sh
parentfb3d7df90cbfa8ed6e6fcde64404907b62928c0c (diff)
downloadhtml5ks-9d86b215eb990ca52af89c94776dae24f4463e46.tar.xz
html5ks-9d86b215eb990ca52af89c94776dae24f4463e46.zip
Stuff.
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