Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/1f5c8ddb20fc349e86bb2c02afbd6bb08a69b8ea You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed windows path

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 552de9966b
commit 1f5c8ddb20
  1. 2
      release.win7.vc9.bat

@ -38,7 +38,7 @@ echo %PATH%
REM Third party impoter application
set IMPORTER_NAME=OpenBoardImporter
set IMPORTER_PATH="%cd%\..\OpenSankoreToOpenBoard"
set IMPORTER_PATH="%cd%\..\OpenBoard-Importer"
IF NOT EXIST "%IMPORTER_PATH%" GOTO EXIT_WITH_ERROR
set HOME_DIR="%cd%"

Loading…
Cancel
Save