Don't fail the flatpak build if the export directory doesn't already exist
This commit is contained in:
parent
557f271925
commit
65799d5886
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ tar xf ../tarball/love-${VERSION}-${ARCH}.tar.gz -C files --strip-components=1
|
||||||
cd files
|
cd files
|
||||||
|
|
||||||
# The export dir contains metadata for the host
|
# The export dir contains metadata for the host
|
||||||
rm -r ../export
|
rm -rf ../export
|
||||||
mkdir ../export
|
mkdir ../export
|
||||||
|
|
||||||
# If we're packaging a game, move its data in place and extract the relevant metadata
|
# If we're packaging a game, move its data in place and extract the relevant metadata
|
||||||
|
|
Loading…
Reference in a new issue