summaryrefslogtreecommitdiffstats
path: root/admin/Sources/Clients/ogagent/windows/build-windows.sh
blob: 88a3c4ed9b7912207be39ca266f1d1289ddd56cb (plain)
1
2
3
4
5
6
7
#!/bin/bash
cd "$(dirname "$0")"
export WINEARCH=win32
export WINEPREFIX=$PWD/wine
grep -o "[0-9]*\.[0-9]*\.[0-9]*" ../src/VERSION > VERSION
wine cmd /c c:\\ogagent\\build.bat
chmod -x ../OGAgentSetup*.exe