Skip to content

Commit 11891eb

Browse files
committed
Fixing things
1 parent 04fc1be commit 11891eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo ${TARGET_PLATFORM}
5656
PATH="/opt/qt512/bin:$PATH"
5757
CXX="clang++"
58-
qmake DEFINES+X11 CONFIG+=release PREFIX=/usr
58+
qmake DEFINES+=X11 CONFIG+=release PREFIX=/usr
5959
make INSTALL_ROOT=appdir install_icon ; find appdir/
6060
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-${{matrix.cfg.arch}}.AppImage"
6161
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-${{matrix.cfg.arch}}.AppImage"

0 commit comments

Comments
 (0)