pypt / fervor

Simple multiplatform (Qt-based) application update tool inspired by Sparkle
MIT License
213 stars 72 forks source link

Update process repairs for OS X #12

Closed birarda closed 11 years ago

birarda commented 11 years ago

Setting up fervor today for a multi-platform Qt application and noticed a couple of errors preventing the process from completing on OS X.

-Reinstated storage of ignored versions for update in fvignoredversions -Performs update of .app as a whole instead of the executable in the Contents/MacOS directory -Fixes restart of application after update

birarda commented 11 years ago

These updates are all we need on our side, but let me know if you need any changes for this to be merged in. It's possible that the .app update is better as an option since users may want to zip just the executable and have that be replaced inside the bundle.

pypt commented 11 years ago

Thanks!