Code Monkey home page Code Monkey logo

Comments (3)

zcbenz avatar zcbenz commented on May 4, 2024

The autoUpdater.setFeedUrl is just a thin wrap around [SUUpdater sharedUpdater] setFeedURL:, so this is indeed an issue of Sparkle.

The feed url set by setFeedURL will be remembered in NSUserDefaults, and when reading the feed url, Sparkle would first check NSUserDefaults, and if it finds one, it would use the found one instead of the one specified in Info.plist:
https://github.com/aroben/Sparkle/blob/master/SUUpdater.m#L427

So once you used setFeedURL, SUFeedURL in Info.plist will never work.

Setting the right feed url with setFeedUrl again could fix this, or maybe we should patch Sparkle so it doesn't check NSUserDefaults?

from electron.

zcbenz avatar zcbenz commented on May 4, 2024

@probablycorey is this still a problem for you?

from electron.

probablycorey avatar probablycorey commented on May 4, 2024

With your help I was able to find a work around.

On Monday, July 1, 2013, Cheng Zhao wrote:

@probablycorey https://github.com/probablycorey is this still a problem
for you?


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-20322037
.

from electron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.