updated & ready to merge

This commit is contained in:
Fr4nz D13trich 2025-12-22 18:51:38 +01:00
parent 5910d664d4
commit 8e1e61b4c1
3 changed files with 10 additions and 7 deletions

View file

@ -2,11 +2,12 @@
## Overview
### Helium_Helper.sh
- Interactive installer and updater script
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 16 `INSTALL_PATH`
- Installs to `/home/<USER>/.apps/Helium` | changeable in line 27 `INSTALL_PATH`
- Assumes:
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 16 `INSTALL_PATH`
- Executable named `helium-browser.AppImage` | for convenience so launchers don't have to be edited at each update
- Keeps prior AppImage as `helium-browser.OldAppImage` which will be replaced at every update
- Presence of `/home/<USER>/.apps/Helium` when updating | changeable in line 27 `INSTALL_PATH`
- Executable named `Helium.AppImage` | for convenience so launchers don't have to be edited at each update
- Keeps prior AppImage as `Helium.old` which will be replaced at every update
- Adds desktop launcher to `/home/<USER>/.local/share/applications`
### Helium_Auto_Update.sh
- Automatic updater script