diff options
Diffstat (limited to 'build/packevol')
-rwxr-xr-x | build/packevol | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/build/packevol b/build/packevol new file mode 100755 index 000000000..8da89d051 --- /dev/null +++ b/build/packevol @@ -0,0 +1,16 @@ +#!/bin/bash + +cd .. + +dir=`pwd` + +cd packaging/windows +./make-translations.sh +makensis -DDLLDIR=$dir/../libs/dll/ \ + -DPRODUCT_VERSION="1.0" \ + -DEXESUFFIX=/src \ + -DUPX=true \ + -DBITS=${BITS} \ + -DSEHDLL=${SEHDLL} \ + evol.nsi + |