Adjusting url to fit for main branch

This commit is contained in:
Mr Finchum 2025-08-14 18:59:08 +02:00
parent 2842701e12
commit 7d08bffd4c
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

View file

@ -5,7 +5,7 @@ USER_HOME="$HOME"
MAMBA_DIR="$USER_HOME/micromamba"
CONFIG_DIR="$USER_HOME/.config/OptimaLab35"
DESKTOP_DIR="$USER_HOME/.local/share/applications"
ICON_URL="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/feat/init/app-icon.png" # change to your actual repo URL
ICON_URL="https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35-installer/raw/branch/main/app-icon.png" # change to your actual repo URL
ICON_PATH="$CONFIG_DIR/app-icon.png"
echo "Checking for micromamba..."