Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/5eb30506d439d2f717fab6430fc9e39d6cc348a1?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
1 deletions
release.win7.vc9.bat
@ -63,6 +63,9 @@ REM echo %LAST_TAG_VERSION%
nmake release-install
nmake release-install
IF NOT EXIST build\win32\release\product\Open-Sankore.exe GOTO EXIT_WITH_ERROR
IF NOT EXIST build\win32\release\product\Open-Sankore.exe GOTO EXIT_WITH_ERROR
xcopy C:\OpenSankore\lib\*.dll build\win32\release\product\
xcopy %QT_DIR% \lib\QtOpenGL4.dll build\win32\release\product\
set CUSTOMIZATIONS = build\win32\release\product\customizations
set CUSTOMIZATIONS = build\win32\release\product\customizations
mkdir %CUSTOMIZATIONS%
mkdir %CUSTOMIZATIONS%
xcopy /s resources\customizations %CUSTOMIZATIONS%
xcopy /s resources\customizations %CUSTOMIZATIONS%
@ -81,7 +84,6 @@ set INSTALLER_PATH=.\install\win32\%INSTALLER_NAME%.exe
call " %INNO_EXE% " " Sankore 3.1.iss " /F" %INSTALLER_NAME% "
call " %INNO_EXE% " " Sankore 3.1.iss " /F" %INSTALLER_NAME% "
set INSTALL_DIRECTORY = install\win32\
set INSTALL_DIRECTORY = install\win32\
xcopy *.pdf %INSTALL_DIRECTORY%
xcopy *.pdf %INSTALL_DIRECTORY%
cd %INSTALL_DIRECTORY%
cd %INSTALL_DIRECTORY%
call %SEVEN_ZIP_EXE% a Open-Sankor‚_Windows_%VERSION% .zip *.exe *.pdf
call %SEVEN_ZIP_EXE% a Open-Sankor‚_Windows_%VERSION% .zip *.exe *.pdf