From 29bfe5e793d450fec193fcf43d75168b80373629 Mon Sep 17 00:00:00 2001 From: Youssef Abou-Kewik Date: Tue, 14 Apr 2020 14:04:03 -0700 Subject: [PATCH] Patch py2app __boot__.py to delete org.gnome.meld.savedState folder at startup --- osx/build_app.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/osx/build_app.sh b/osx/build_app.sh index 2beb90496..a140cbf54 100755 --- a/osx/build_app.sh +++ b/osx/build_app.sh @@ -213,8 +213,6 @@ if home_dir is not None: $(cat $MAIN/Contents/Resources/__boot__.py)" > $MAIN/Contents/Resources/__boot__.py -exit - signed=0 if [ -z "${CODE_SIGN_ID}" ]; then echo "Not signing code - no identity provided."