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