source: ogAgent-Git/windows/build-windows.sh

qndtest
Last change on this file was 2617b6d, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#913: Adapting commit 0fcdc63 from master branch.

  • Property mode set to 100755
File size: 206 bytes
Line 
1#!/bin/bash
2cd "$(dirname "$0")"
3export WINEARCH=win32
4export WINEPREFIX=$PWD/wine
5grep -o "[0-9]*\.[0-9]*\.[0-9]*" ../src/VERSION > VERSION
6wine cmd /c c:\\ogagent\\build.bat
7chmod -x ../OGAgentSetup*.exe
Note: See TracBrowser for help on using the repository browser.