Your ROOT_URL in app.ini is https://git.idealirc.org/ but you are visiting http://git.idealirc.org:3000/idealirc/idealirc/commit/2871d3a2275698ea97eee66462d8bd08936c075f?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Version 0.0.7 test.

Tomatix 4 years ago
parent 494a5e28a5
commit 2871d3a227
  1. 2
      CMakeLists.txt

@ -8,7 +8,7 @@ project(IdealIRC)
set(BUILD_TYPE "packaged")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
set(VERSION_PATCH 6)
set(VERSION_PATCH 7)
set(VERSION_APPEND "")
#

Loading…
Cancel
Save