From e5f41c00686345a76019e3cbbee9fda293b7faf2 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 31 Jul 2024 00:29:31 +0200 Subject: [PATCH] Update Android Studio cmdline, add Tipp10 --- bash/bin/launch-menu-apps.d/development.sh | 2 +- bash/bin/launch-menu-apps.d/games.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/bin/launch-menu-apps.d/development.sh b/bash/bin/launch-menu-apps.d/development.sh index 28c75b7b..4c320a10 100644 --- a/bash/bin/launch-menu-apps.d/development.sh +++ b/bash/bin/launch-menu-apps.d/development.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash apps+=( - ["Android Studio"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;android-studio" + ["Android Studio"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;flatpak run com.google.AndroidStudio" ["Bytecode Viewer"]="bytecodeviewer" ["IntelliJ IDEA"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;idea" ["VisualVM"]="source ${HOME}/.bashrc.d/programs.d/sdkman.sh;visualvm" diff --git a/bash/bin/launch-menu-apps.d/games.sh b/bash/bin/launch-menu-apps.d/games.sh index a4dab52c..05aa0ba6 100644 --- a/bash/bin/launch-menu-apps.d/games.sh +++ b/bash/bin/launch-menu-apps.d/games.sh @@ -13,4 +13,5 @@ apps+=( ["Veloren (Airshipper)"]="konsole -e \"flatpak run net.veloren.airshipper update\";flatpak run net.veloren.airshipper start" ["itch"]="flatpak run io.itch.itch" ["Ryujinx"]="flatpak run org.ryujinx.Ryujinx" + ["Tipp10"]="tipp10" )