qbreak/scripts/build_linux_debug.sh

13 lines
296 B
Bash
Raw Normal View History

2022-11-13 21:04:43 +03:00
#!/bin/bash
# I use this script on two different hosts so there are logic to find proper Qt installation
export QT_HOME=/home/$USER/qt5.15/5.15.2/gcc_64
if [ ! -d "$QT_HOME" ] ; then
export QT_HOME=/home/$USER/qt5.15/5.15.2/gcc_64
fi
# Build .appimage
/usr/bin/python3 build_qbreak.py debug