Browse Source

.html changes file exported with window title as page title. Refs: #112.

Signed-off-by: Josef Templ <josef.templ@gmail.com>
Josef Templ 9 years ago
parent
commit
65a78ecf16
2 changed files with 1 additions and 1 deletions
  1. BIN
      Script/Mod/Changes.odc
  2. 1 1
      appbuild/build.py

BIN
Script/Mod/Changes.odc


+ 1 - 1
appbuild/build.py

@@ -44,7 +44,7 @@ stableDir = "/var/www/zenario/stable"
 wine = "/usr/local/bin/wine"
 wine = "/usr/local/bin/wine"
 xvfb = "xvfb-run --server-args='-screen 1, 1024x768x24' "
 xvfb = "xvfb-run --server-args='-screen 1, 1024x768x24' "
 bbscript = xvfb + wine + " bbscript.exe"
 bbscript = xvfb + wine + " bbscript.exe"
-bbchanges = xvfb + wine + " " + buildDir + "/bbchanges.exe /USE " + bbDir + " /LOAD ScriptChanges /NOAPPWIN"
+bbchanges = xvfb + wine + " " + buildDir + "/bbchanges.exe /USE " + bbDir + " /LOAD ScriptChanges"
 iscc = "/usr/local/bin/iscc"
 iscc = "/usr/local/bin/iscc"
 windres="/usr/bin/i586-mingw32msvc-windres"
 windres="/usr/bin/i586-mingw32msvc-windres"
 testName = "testbuild"
 testName = "testbuild"