From 0cf476a6863cc326d726364268b2ba830ad6f030 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Wed, 24 Dec 2025 13:03:16 +0100 Subject: [PATCH] Readme & To Do updated --- README.md | 4 ++-- todo.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0a2786..14d237a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Overview ### Helium_Helper.sh - Interactive installer and updater script -- Installs to `/home//.apps/Helium` | changeable in line 27 `INSTALL_PATH` +- Installs to `/home//.apps/Helium` | changeable in line 28 `INSTALL_PATH` - Assumes: - - Presence of `/home//.apps/Helium` when updating | changeable in line 27 `INSTALL_PATH` + - Presence of `/home//.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 - Keeps prior AppImage as `Helium.old` which will be replaced at every update - Adds desktop launcher to `/home//.local/share/applications` diff --git a/todo.md b/todo.md index a594d9e..56f38bb 100644 --- a/todo.md +++ b/todo.md @@ -16,6 +16,7 @@ - Set alias --> Partially - Roll back from backup - Config check +- Desktop notifications in [Auto Update Script](https://lab.c95.org/fr4nz/helium-helper/src/branch/main/helium_auto_update.sh) ## Repo - Merge workflow