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

Rename import.sh to prepare.sh

parent a188fb4c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ curl -L -o linuxdeployqt "https://github.com/probonopd/linuxdeployqt/releases/do
chmod 755 linuxdeployqt
./linuxdeployqt --appimage-extract
sh scripts/import.sh
sh scripts/prepare.sh
qmake PREFIX="/usr"
make
make INSTALL_ROOT="${PKGNAME}.AppDir" install
......
File moved
DISTFILES += \
$${PWD}/build-docker.sh \
$${PWD}/build.sh \
$${PWD}/import.sh
$${PWD}/prepare.sh
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