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

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

#913: Adapting commit 0fcdc63 from master branch.

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