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