Fix crash on startup

This commit is contained in:
2023-01-19 13:32:56 +01:00
parent ec480f5a17
commit 7b0b419a22
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(fantasize VERSION 0.1.7)
project(fantasize VERSION 0.1.8)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+1 -1
View File
@@ -20,7 +20,7 @@
#include <App.h>
#define PROJECT_VERSION "v0.1.6"
#define PROJECT_VERSION "v0.1.8"
namespace po = boost::program_options;
namespace logging = boost::log;
+1 -1
View File
@@ -7,4 +7,4 @@ ExecStart=/usr/local/bin/fantasize
Restart=always
[Install]
WantedBy=multi-user.target
WantedBy=graphical.target