Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/dc3a1597713b03ac421666388076d3c0a5bd889d You should set ROOT_URL correctly, otherwise the web may not work correctly.

add Qt5Conccurrent.dll to dependencies

preferencesAboutTextFull
Clément Fauconnier 3 years ago
parent 96b723965d
commit dc3a159771
  1. 1
      release_scripts/windows/OpenBoard.iss

@ -69,6 +69,7 @@ Source: "{#ProjectRoot}\..\OpenBoard-ThirdParty\openssl\win32\ssleay32.dll"; Des
;Qt base dll
;Source: "OpenBoard.exe"; DestDir: "{app}"
Source: "{#QtLibs}\Qt5Concurrent.dll"; DestDir: "{app}"
Source: "{#QtLibs}\Qt5Core.dll"; DestDir: "{app}"
Source: "{#QtLibs}\Qt5Gui.dll"; DestDir: "{app}"
Source: "{#QtLibs}\Qt5Multimedia.dll"; DestDir: "{app}"

Loading…
Cancel
Save