瀏覽代碼

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

Signed-off-by: Josef Templ <josef.templ@gmail.com>
Josef Templ 9 年之前
父節點
當前提交
65a78ecf16
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      Script/Mod/Changes.odc
  2. 1 1
      appbuild/build.py

二進制
Script/Mod/Changes.odc


+ 1 - 1
appbuild/build.py

@@ -44,7 +44,7 @@ stableDir = "/var/www/zenario/stable"
 wine = "/usr/local/bin/wine"
 xvfb = "xvfb-run --server-args='-screen 1, 1024x768x24' "
 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"
 windres="/usr/bin/i586-mingw32msvc-windres"
 testName = "testbuild"