blob: a213aa340c7eb813607f06be597f7427fb9ff84e (
plain) (
tree)
|
|
#!/bin/bash
cd ..
dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
-DPRODUCT_VERSION="1.2.4.29" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
|