Giter VIP home page Giter VIP logo

Comments (4)

pirate avatar pirate commented on May 27, 2024 1

@BenjaminHCCarr really? I usually prefer my security application auto-update, so that I get security patches fast (noisily of course, I don't want them doing it silently in the background). I was thinking sparkle, with auto-updating turned off by default could be a good compromise.

from security-growler.

pirate avatar pirate commented on May 27, 2024

The easiest way to do this without moving away from Platypus would be to add a new menubar item that downloads the most recent version and replaces the app while keeping settings.py intact.

Rough pseudocode:

# Check if more recent version is available

curl https://github.com/pirate/security-growler/raw/master/Security%20Growler.app.zip > "/Applications/New-Security Growler.app"
# OR
curl https://github.com/pirate/security-growler/raw/master/Security%20Growler%20Light.app.zip > "/Applications/New-Security Growler Light.app"

cp "/Applications/Security Growler*.app/Contents/Resources/settings.py" "/Applications/New-Security Growler*.app/Contents/Resources/settings.py"
mv "/Applications/Security Growler*.app" ~/.Trash/
mv "/Applications/New-Security Growler*.app" > "/Applications/Security Growler.app"
open "/Applications/Security Growler.app"
exit 0

from security-growler.

BenjaminHCCarr avatar BenjaminHCCarr commented on May 27, 2024

a hack around this is my homebrew-cask package
brew cask install homebrew-cask

I would avoid things like sparkle or autoupdating; warnings are great, but I don't want a security application updating without my explicit permission.

from security-growler.

pirate avatar pirate commented on May 27, 2024

FYI as a temporary helper, v2.3 has a new menu item called "Check for updates", which just takes you to the releases page so you can manually see if a new version is available. It's not a full solution since it's manual, but it makes it easier for now.
screen shot 2016-12-19 at 4 59 54 pm

from security-growler.

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.