From d68543e854f918d324c5a49eb51552bb4aac7fcb Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Sun, 14 Oct 2018 20:52:31 +0100 Subject: [PATCH] Stuff. --- .gitignore | 3 ++- scripts/makeappimage.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00d298b..e474d24 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ moc_* .qmake.stash qrc_qml.cpp appdir -AppDir \ No newline at end of file +AppDir +Makefile \ No newline at end of file diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index 071639f..4dffe1b 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -4,6 +4,8 @@ export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH" bash scripts/build-mpv.sh +export QML_SOURCES_PATH=src/qml + qmake CONFIG+=release PREFIX=/usr make -j$(nproc) make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/