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