# HG changeset patch # User Simon Cross # Date 1252178578 0 # Node ID 61f6233bcf0fe98e1fc8487950ecd570fa9cdc4c # Parent b1bc9c856130d6f02d512dd0cef08de71302de26 Update usage and copyright strings in wine-py2exe. diff -r b1bc9c856130 -r 61f6233bcf0f wine-py2exe --- a/wine-py2exe Sat Sep 05 19:20:01 2009 +0000 +++ b/wine-py2exe Sat Sep 05 19:22:58 2009 +0000 @@ -1,8 +1,8 @@ #!/bin/sh -# Copyright 2008 Simon Cross +# Copyright 2009 Simon Cross # GPL - see COPYING for details # -# Usage: wine-py2exe +# Usage: wine-py2exe OFA_VERSION=`PYTHONPATH=. python -c "from gamelib import version; print version.VERSION_STR"` BUILD_FOLDER="foxassault-${OFA_VERSION}"