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

updated version to 1.6.2

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent 91aebe25c0
commit 4b040fcf0e
  1. 2
      OpenBoard.pro

@ -10,7 +10,7 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 6
VERSION_PATCH = 2
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 = 0502
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"

Loading…
Cancel
Save