Helium config variable added

This commit is contained in:
Fr4nz D13trich 2025-12-31 00:20:35 +01:00
parent 36d673fcd1
commit 5d9d0cb515
2 changed files with 3 additions and 1 deletions

View file

@ -33,12 +33,13 @@
## Add/To Do ## Add/To Do
- Architecture detection - Architecture detection
- Set alias --> Partially - Set alias --> Partially
- shell recognition missing - active shell recognition missing
- Roll back from backup - Roll back from backup
- Config check - Config check
- Simplification (more for loops) & Clean Up - Simplification (more for loops) & Clean Up
- Update Readme - Update Readme
- Make functional launcher optional - Make functional launcher optional
- Backup configuration
## Repo ## Repo
- Merge workflow - Merge workflow

View file

@ -26,6 +26,7 @@ ALIAS="update-helium"
## LOCATIONS ## LOCATIONS
TMP=/tmp/$APP_NAME TMP=/tmp/$APP_NAME
INSTALL_PATH=$HOME/.apps/$APP_NAME INSTALL_PATH=$HOME/.apps/$APP_NAME
APP_CONFIG_PATH=$HOME/.config/net.imput.helium
ASSET_PATH=$INSTALL_PATH/assets ASSET_PATH=$INSTALL_PATH/assets
BACKUP_PATH=$ASSET_PATH/backup BACKUP_PATH=$ASSET_PATH/backup
LOG_PATH=$ASSET_PATH/logs LOG_PATH=$ASSET_PATH/logs