source:
ogAgent-Git/windows/build-windows.sh
@
a0bd02c
Last change on this file since a0bd02c was 2617b6d, checked in by , 6 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | cd "$(dirname "$0")" |
3 | export WINEARCH=win32 |
4 | export WINEPREFIX=$PWD/wine |
5 | grep -o "[0-9]*\.[0-9]*\.[0-9]*" ../src/VERSION > VERSION |
6 | wine cmd /c c:\\ogagent\\build.bat |
7 | chmod -x ../OGAgentSetup*.exe |
Note: See TracBrowser
for help on using the repository browser.