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

changed version to 1.6.1

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent 562cecbb88
commit 9cb1bce622
  1. 2
      OpenBoard.pro

@ -10,7 +10,7 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 6
VERSION_PATCH = 1
VERSION_TYPE = rc # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_TYPE = r # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 0309
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"

Loading…
Cancel
Save