Skip to content

Conversation

tekezo
Copy link
Contributor

@tekezo tekezo commented Aug 11, 2013

Problem

finish_installation.app and pkg files will not be removed when we use *.pkg installer and restart system in the installer.

In this case, "Application Support" directory is corrupted by unnecessary pkg files.
We need to scan files under "Application Support" directory and examine whether pkg file or not
in order to remove these pkg files.

It is quite annoying.

Solution

This patch changes location of finish_installation.app and pkg files to
"~/Library/Application Support/APPNAME/.Sparkle".

pkg file will be downloaded into
"~/Library/Application Support/APPNAME/.Sparkle/APPNAME VERSION/APPNAME.pkg".

Then, we can remove finish_installation.app and pkg files certainly by removing
"~/Library/Application Support/APPNAME/.Sparkle".

@kornelski kornelski merged commit 77ce7c1 into sparkle-project:master Jun 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants