Apple: fix build failure when file already exists

The tools to create a dmg on Apple are flakey, of course, and fail in
cryptic ways if the file already exists, so purge it in the
contrib/mac.sh script.
This commit is contained in:
Jason Rhinelander 2022-09-29 10:32:10 -03:00
parent c4c5d128c3
commit 307ae40e00
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ fi
./contrib/mac-configure.sh "$@"
cd build-mac
rm -rf Lokinet\ *
ninja -j${JOBS:-1} package
cd ..