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