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

fixed path issue

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 5cd0fc1d4d
commit 2edfdf9bbf
  1. 2
      release.macx.sh

@ -82,7 +82,7 @@ done
function addImporter { function addImporter {
importerDir="`pwd`/../OpenSankoreToOpenBoard" importerDir="`pwd`/../OpenBoard-Importer"
importerName="OpenBoardImporter" importerName="OpenBoardImporter"
if [ ! -e ${importerDir} ]; then if [ ! -e ${importerDir} ]; then

Loading…
Cancel
Save