diff options
Diffstat (limited to 'nightly/packevol')
-rwxr-xr-x | nightly/packevol | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nightly/packevol b/nightly/packevol deleted file mode 100755 index 1e0bc5d7d..000000000 --- a/nightly/packevol +++ /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 \ - evol.nsi - |