Automatically update
Hi buddy, I am using the newest version. Could you add automatically update feature for the next version?
Hi thanks for using HellFire!
We can but..
I can enable automatic updates in the builds, but unfortunately from the backend, Firefox checks & downloads official Mozilla builds, not my optimized build. If I want Firefox to check new versions of HellFire builds, I will need to change the source code before compile (which means I will need to maintain a seperate source tree for transparency of what changes we make in source)..
Solution under way
I'm working on an easy install script which will ask the user if they want HellFire auto-updates & proceed to add a scheduled task (for windows) & cronjob (for linux) to check from github releases. This way, no source code changes are required & users will get the latest updates as soon as new releases happen.
Keeping this issue open until feature is released.
hope the script coming soon, thank you!
yes, please coming soon
Guys, please check the latest release & I've created an installer shell script for GNU/Linux. Also go through the readme for steps. For Windows, the same exe installer will update/upgrade your browser without changing any settings/bookmarks/etc. :)
I've not closed the issue yet, due to this not being an automatic updater.. I'll be adding the following from next release onwards and backport same changes to 127.0a1 (current) version:
- Provide shell script to check for updates on GNU/Linux.
- Provide powershell script to check updates on Windows.
- Provide steps in readme to add these scripts to crontab/scheduled tasks.
Abandoned due to overheads and conflict of core structure of not adding additional background workers or binaries to the main source, making sure the original source and logic remain 1:1 with Mozilla's branch.