From 305ee124965fd854b2bcbe6a1b1f1a88550a489f Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Fri, 25 Nov 2022 23:20:23 +0300 Subject: [PATCH] - fix release builds - now splash window is fullscreen again + switch to version 0.1.10 --- app/config.h | 2 +- app/qbreak.pro | 2 +- scripts/build_linux.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config.h b/app/config.h index 0a04c17..e617767 100644 --- a/app/config.h +++ b/app/config.h @@ -4,7 +4,7 @@ // App version #define QBREAK_VERSION_MAJOR 0 #define QBREAK_VERSION_MINOR 1 -#define QBREAK_VERSION_SUFFIX 9 +#define QBREAK_VERSION_SUFFIX 10 // How often UI is updated - interval in seconds #define INTERVAL_UPDATE_UI (60) diff --git a/app/qbreak.pro b/app/qbreak.pro index 1c70b75..0b62e51 100644 --- a/app/qbreak.pro +++ b/app/qbreak.pro @@ -54,7 +54,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin unix:LIBS += -L/usr/X11R6/lib/ \ -lX11 -lXext -lXss -ldl -debug: DEFINES += DEBUG +Debug: DEFINES += DEBUG # When using wayland: # unix:LIBS += -L/usr/local/lib \ diff --git a/scripts/build_linux.sh b/scripts/build_linux.sh index 1babd81..9ad872c 100755 --- a/scripts/build_linux.sh +++ b/scripts/build_linux.sh @@ -8,5 +8,5 @@ if [ ! -d "$QT_HOME" ] ; then fi # Build .appimage -/usr/bin/python3 build_qbreak.py +/usr/bin/python3 build_qbreak.py release