Skip to content

Commit

Permalink
v1.2 - add license y mejor busqueda
Browse files Browse the repository at this point in the history
  • Loading branch information
FranjeGueje committed Nov 8, 2022
1 parent cfd93d6 commit c7e8402
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tools/steamappsCleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

##############################################################################################################################################################
# AUTOR: Paco Guerrero <[email protected]>
# LICENSE: GNU General Public License v3.0 (https://github.com/FranjeGueje/DeckTools/blob/master/LICENSE)
# ABOUT: Busca compatdata y shadercache en los dispositivos mostrando los nombres de los que se puedan utilizar y muesta como "Desconocido" los huérfanos.
# perfecto para eliminarlos.
# REQUISITOS: Para una mejor salida de juego nonsteam se requiere Protontricks
Expand All @@ -13,7 +14,7 @@
##############################################################################################################################################################


VERSION="1.1"
VERSION="1.2"
NOMBRE="Steamapps Cleaner"
RUTASEXTRA="/run/media /run/media/$USER"

Expand Down Expand Up @@ -84,7 +85,7 @@ function lanzar() {
function entrada() {

#Mostramos la versión
zenity --timeout 2 --info --text "Bienvenido a $NOMBRE.\n\t\tVer: $VERSION" --width=300 --height=50
zenity --timeout 2 --title="$NOMBRE $VERSION" --info --text "Bienvenido a $NOMBRE.\n\Version: $VERSION.\n\nLicencia: GNU General Public License v3.0" --width=300 --height=50

IDPT=/tmp/PTsteamappsCleaner.tmp
IDSC=/tmp/SCsteamappsCleaner.tmp
Expand Down

0 comments on commit c7e8402

Please sign in to comment.