Skip to content

Commit 39d27c4

Browse files
committed
Remove non-existent SUEnableAutomaticRelaunch key
Ad-hoc signed apps cannot relaunch via Sparkle XPC services. The key was incorrectly added and has no effect. Users need to manually quit and reopen the app after Sparkle updates the bundle on disk.
1 parent 350fe20 commit 39d27c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

macos/Resources/Info.plist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
<true/>
2929
<key>SUScheduledCheckInterval</key>
3030
<integer>86400</integer>
31-
<key>SUEnableAutomaticRelaunch</key>
32-
<true/>
31+
3332
<key>SUPublicEDKey</key>
3433
<string>lOvjCHiZXX3//dogdMyl/wmZks+L2qdFYfxrcn+Z+IU=</string>
3534
</dict>

0 commit comments

Comments
 (0)