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