Skip to content
Snippets Groups Projects
Commit 32a492b3 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix build script

parent 614bac5f
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ pre_appimage() {
build_appimage() {
tar -xzvf "${SRCARCHIVE}" -C "${BUILDDIR}"
cd "${BUILDDIR}/${PKGNAME}"
sh scripts/import.sh
qmake
make
strip "${PKGNAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment