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