From 0d8ef9b2f8d6846160e04a5c1859b0735641117d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 18 Apr 2020 14:23:54 -0400 Subject: [PATCH] Mark all the exectaubles as +x, as they should have been all along. --- CHANGES | 1 + .../Autoupdate.app/Contents/MacOS/Autoupdate | Bin .../Resources/Autoupdate.app/Contents/MacOS/fileop | Bin dev/sign.sh | 0 4 files changed, 1 insertion(+) mode change 100644 => 100755 Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate mode change 100644 => 100755 Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop mode change 100644 => 100755 dev/sign.sh diff --git a/CHANGES b/CHANGES index 25c4daa..42bbb32 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ MacGDBp CHANGE LOG - Fix: Crash when selecting stack frames after disconnecting. - Fix: Expanded variables would not reliably re-open after debugger steps. - Fix: Would not consistently scroll to the active line. +- Fix: #262 Autoupdate would fail to run. 2.0.1 ##################### diff --git a/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate b/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate old mode 100644 new mode 100755 diff --git a/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop b/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop old mode 100644 new mode 100755 diff --git a/dev/sign.sh b/dev/sign.sh old mode 100644 new mode 100755 -- 2.22.5