update
This commit is contained in:
parent
a03f59d3ee
commit
e394371b2c
2 changed files with 2 additions and 1 deletions
|
|
@ -123,6 +123,7 @@ add_launcher() {
|
|||
while true ; do
|
||||
echo
|
||||
read -p " Add $APP_NAME_LONG launcher to $LAUNCHER_PATH? (Y/n) : " CONFIRM_LAUNCHER
|
||||
echo
|
||||
|
||||
if [[ "$CONFIRM_LAUNCHER" == "" || "$CONFIRM_LAUNCHER" == "y" || "$CONFIRM_LAUNCHER" == "Y" ]] ; then
|
||||
LAUNCHER_URL=https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/assets/launcher/helium.desktop.template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue