changeset 549:f0a29c9d57ee

Reminder to fix mamba.exe checksum and executable size after building.
author Simon Cross <hodgestar@gmail.com>
date Sun, 18 Sep 2011 20:58:34 +0200
parents af8e16742b23
children 91e1a95343b2
files scripts/wine-py2exe
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/wine-py2exe	Sun Sep 18 03:06:55 2011 +0200
+++ b/scripts/wine-py2exe	Sun Sep 18 20:58:34 2011 +0200
@@ -19,10 +19,11 @@
 echo ""
 echo "  Mutable Mamba version: ${MM_VERSION}"
 echo "  Writing log to ${PY2EXE_LOG}."
-echo "  ---"
-echo "  Please make sure you have patched your py2exe run.exe"
-echo "  and run_w.exe with PETools (they need to have their"
-echo "  executable size correctly set)."
+echo ""
+echo "  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+echo "  WARNING: After running please fix the mamba.exe"
+echo "           checksum and executable size using PETools!"
+echo "  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 echo ""
 
 rm -rf "dist/${BUILD_FOLDER}"