Looking at the code, I can see that that is indeed the case!
The fix is very simple. Would you be able to create an issue at
https://github.com/quicksilver/Quicksilver/issues so that we can keep track
of it?
Note to Devs:
QSControler.m:623 needs to be changed to:
if (lastLocation && ![[bundlePath stringByDeletingLastPathComponent]
isEqualToString:[[lastLocation stringByDeletingLastPathComponent]
stringByStandardizingPath]]) {
* Warning this change might give a merge conflict with my Localisations
pull request.
On 30 November 2011 22:46, Jesse Reynolds <[email protected]> wrote:
> I got this warning when I first ran b63:
>
> The previous version of Quicksilver was located in "Applications". Would
> you like to move this new version to that location?
>
> The thing is, it was in the Applications folder, /Applications in fact.
>
> But before I ran it for the first time I accidentally ran an old version
> at /Applications/Quicksilver b58.app, so I think really the error may be
> because it's remembered that path and the new path is different?
>
> Cheers
> Jesse
>