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