blob: e30745234d5a6a487949a6b95d2aeee2cd5796c9 (
plain) (
tree)
|
|
#!/bin/bash
cd ..
dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
-DPRODUCT_VERSION="1.8.9.1" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \
-DSEHDLL=${SEHDLL} \
evol.nsi
|