summaryrefslogtreecommitdiff
path: root/build/packevol
diff options
context:
space:
mode:
Diffstat (limited to 'build/packevol')
-rwxr-xr-xbuild/packevol16
1 files changed, 0 insertions, 16 deletions
diff --git a/build/packevol b/build/packevol
deleted file mode 100755
index 8da89d051..000000000
--- a/build/packevol
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-cd ..
-
-dir=`pwd`
-
-cd packaging/windows
-./make-translations.sh
-makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.0" \
- -DEXESUFFIX=/src \
- -DUPX=true \
- -DBITS=${BITS} \
- -DSEHDLL=${SEHDLL} \
- evol.nsi
-