- fix release builds - now splash window is fullscreen again + switch to version 0.1.10
This commit is contained in:
parent
3f8aa69945
commit
305ee12496
@ -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)
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user