Fix build-appimage.sh to not fail on make clean
This commit is contained in:
parent
469992b650
commit
320a238dd2
|
@ -170,7 +170,8 @@ get_app_and_pip_dependencies() {
|
||||||
|
|
||||||
initialize_appdir() {
|
initialize_appdir() {
|
||||||
cd ~/mirage
|
cd ~/mirage
|
||||||
if [ -f Makefile ]; then make clean; fi
|
rm -rf .qmake.stash Makefile build
|
||||||
|
|
||||||
qmake mirage.pro
|
qmake mirage.pro
|
||||||
make install INSTALL_ROOT=build/appdir
|
make install INSTALL_ROOT=build/appdir
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user