Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/a0db7c4a9fc2c677d5cc0cb5cb140a7aee0b7daa?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue 777

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 13b9f6bed8
commit a0db7c4a9f
  1. 4
      release.win7.vc9.bat

@ -59,6 +59,10 @@ REM echo %LAST_TAG_VERSION%
nmake release-install
set CUSTOMIZATIONS=build\win32\release\product\customizations
mkdir %CUSTOMIZATIONS%
xcopy /s resources\customizations %CUSTOMIZATIONS%
set I18n=build\win32\release\product\i18n
mkdir %I18n%
xcopy /s resources\i18n\*.qm %I18n%

Loading…
Cancel
Save