- fix release builds - now splash window is fullscreen again + switch to version 0.1.10

This commit is contained in:
Dmytro Bogovych 2022-11-25 23:20:23 +03:00
parent 3f8aa69945
commit 305ee12496
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -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