source: ogAgent-Git/windows/build-windows.sh @ 31159d4

configure-ptt-chedecorare-oglive-methodsejecutarscript-b64fix-cfg2objfixes-winlgromero-filebeatmainmodulesnew-browserno-ptt-paramogadmcliogadmclient-statusogagent-jobsogagent-macosogcore1ogliveoglogoglog2override-moduleping1ping2ping3ping4py3-winpython3qndtestreport-progresstlsunification2unification3versionswindows-fixes
Last change on this file since 31159d4 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.