From 5d9d0cb515cea8f58de5a62674da3c6a40c70300 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Wed, 31 Dec 2025 00:20:35 +0100 Subject: [PATCH] Helium config variable added --- devdoc.md | 3 ++- helium_helper.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/devdoc.md b/devdoc.md index f7dfa83..3a33c1e 100644 --- a/devdoc.md +++ b/devdoc.md @@ -33,12 +33,13 @@ ## Add/To Do - Architecture detection - Set alias --> Partially - - shell recognition missing + - active shell recognition missing - Roll back from backup - Config check - Simplification (more for loops) & Clean Up - Update Readme - Make functional launcher optional +- Backup configuration ## Repo - Merge workflow diff --git a/helium_helper.sh b/helium_helper.sh index 44e41f4..807c1f0 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -26,6 +26,7 @@ ALIAS="update-helium" ## LOCATIONS TMP=/tmp/$APP_NAME INSTALL_PATH=$HOME/.apps/$APP_NAME +APP_CONFIG_PATH=$HOME/.config/net.imput.helium ASSET_PATH=$INSTALL_PATH/assets BACKUP_PATH=$ASSET_PATH/backup LOG_PATH=$ASSET_PATH/logs