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

fixed some issue with paths

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 0379f4394d
commit eec1c93eda
  1. 6
      release.macx.sh

@ -93,11 +93,11 @@ function addImporter {
git reset --hard git reset --hard
git pull git pull
rm -rf ${importerName}.app rm -rf ${importerName}.app
rm moc_*
rm MakeFile* rm MakeFile*
rm *.o rm -rf release
rm -rf debug
$QMAKE ${importerName}.pro $QMAKE ${importerName}.pro
make -j4 make -j4 release
$MACDEPLOYQT ${importerName}.app $MACDEPLOYQT ${importerName}.app
cd - cd -
} }

Loading…
Cancel
Save