summaryrefslogtreecommitdiff
path: root/packwin
diff options
context:
space:
mode:
Diffstat (limited to 'packwin')
-rwxr-xr-xpackwin12
1 files changed, 0 insertions, 12 deletions
diff --git a/packwin b/packwin
deleted file mode 100755
index 633f895b8..000000000
--- a/packwin
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-dir=`pwd`
-
-cd packaging/windows
-./make-translations.sh
-makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.1.10.2" \
- -DEXESUFFIX=/src \
- -DUPX=true \
- setup.nsi
-