summaryrefslogtreecommitdiff
path: root/nightly/packevol
diff options
context:
space:
mode:
Diffstat (limited to 'nightly/packevol')
-rwxr-xr-xnightly/packevol14
1 files changed, 14 insertions, 0 deletions
diff --git a/nightly/packevol b/nightly/packevol
new file mode 100755
index 000000000..1e0bc5d7d
--- /dev/null
+++ b/nightly/packevol
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+cd ..
+
+dir=`pwd`
+
+cd packaging/windows
+./make-translations.sh
+makensis -DDLLDIR=$dir/../libs/dll/ \
+ -DPRODUCT_VERSION="nightly-$1" \
+ -DEXESUFFIX=/src \
+ -DUPX=true \
+ evol.nsi
+