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