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