summaryrefslogtreecommitdiff
path: root/nightly/packwin
diff options
context:
space:
mode:
Diffstat (limited to 'nightly/packwin')
-rwxr-xr-xnightly/packwin14
1 files changed, 14 insertions, 0 deletions
diff --git a/nightly/packwin b/nightly/packwin
new file mode 100755
index 000000000..05e4eac14
--- /dev/null
+++ b/nightly/packwin
@@ -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 \
+ setup.nsi
+