Readme & To Do updated

This commit is contained in:
Fr4nz D13trich 2025-12-24 13:03:16 +01:00
parent d65799e4a8
commit 0cf476a686
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -16,6 +16,7 @@
- Set alias --> Partially - Set alias --> Partially
- Roll back from backup - Roll back from backup
- Config check - Config check
- Desktop notifications in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh)
## Repo ## Repo
- Merge workflow - Merge workflow